aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-ldp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/board-ldp.c')
-rw-r--r--arch/arm/mach-omap2/board-ldp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/board-ldp.c b/arch/arm/mach-omap2/board-ldp.c
index c37c2a17c410..bea2e3a4c00f 100644
--- a/arch/arm/mach-omap2/board-ldp.c
+++ b/arch/arm/mach-omap2/board-ldp.c
@@ -274,9 +274,6 @@ static int ldp_twl_gpio_setup(struct device *dev, unsigned gpio, unsigned ngpio)
274} 274}
275 275
276static struct twl4030_gpio_platform_data ldp_gpio_data = { 276static struct twl4030_gpio_platform_data ldp_gpio_data = {
277 .gpio_base = OMAP_MAX_GPIO_LINES,
278 .irq_base = TWL4030_GPIO_IRQ_BASE,
279 .irq_end = TWL4030_GPIO_IRQ_END,
280 .setup = ldp_twl_gpio_setup, 277 .setup = ldp_twl_gpio_setup,
281}; 278};
282 279