diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3touchbook.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3touchbook.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/board-omap3touchbook.c b/arch/arm/mach-omap2/board-omap3touchbook.c index d3556c938900..88dc913b6325 100644 --- a/arch/arm/mach-omap2/board-omap3touchbook.c +++ b/arch/arm/mach-omap2/board-omap3touchbook.c | |||
@@ -138,9 +138,6 @@ static int touchbook_twl_gpio_setup(struct device *dev, | |||
138 | } | 138 | } |
139 | 139 | ||
140 | static struct twl4030_gpio_platform_data touchbook_gpio_data = { | 140 | static struct twl4030_gpio_platform_data touchbook_gpio_data = { |
141 | .gpio_base = OMAP_MAX_GPIO_LINES, | ||
142 | .irq_base = TWL4030_GPIO_IRQ_BASE, | ||
143 | .irq_end = TWL4030_GPIO_IRQ_END, | ||
144 | .use_leds = true, | 141 | .use_leds = true, |
145 | .pullups = BIT(1), | 142 | .pullups = BIT(1), |
146 | .pulldowns = BIT(2) | BIT(6) | BIT(7) | BIT(8) | BIT(13) | 143 | .pulldowns = BIT(2) | BIT(6) | BIT(7) | BIT(8) | BIT(13) |