diff options
Diffstat (limited to 'drivers/mfd/lpc_sch.c')
-rw-r--r-- | drivers/mfd/lpc_sch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/lpc_sch.c b/drivers/mfd/lpc_sch.c index 5c38df35a84d..a56e4ba5227b 100644 --- a/drivers/mfd/lpc_sch.c +++ b/drivers/mfd/lpc_sch.c | |||
@@ -75,6 +75,7 @@ static struct lpc_sch_info sch_chipset_info[] = { | |||
75 | [LPC_QUARK_X1000] = { | 75 | [LPC_QUARK_X1000] = { |
76 | .io_size_gpio = GPIO_IO_SIZE, | 76 | .io_size_gpio = GPIO_IO_SIZE, |
77 | .irq_gpio = GPIO_IRQ_QUARK_X1000, | 77 | .irq_gpio = GPIO_IRQ_QUARK_X1000, |
78 | .io_size_wdt = WDT_IO_SIZE, | ||
78 | }, | 79 | }, |
79 | }; | 80 | }; |
80 | 81 | ||