diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3pandora.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3pandora.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/board-omap3pandora.c b/arch/arm/mach-omap2/board-omap3pandora.c index 633c445c7cc4..e700a98feba6 100644 --- a/arch/arm/mach-omap2/board-omap3pandora.c +++ b/arch/arm/mach-omap2/board-omap3pandora.c | |||
@@ -41,7 +41,6 @@ | |||
41 | #include <asm/mach/map.h> | 41 | #include <asm/mach/map.h> |
42 | 42 | ||
43 | #include "common.h" | 43 | #include "common.h" |
44 | #include <mach/hardware.h> | ||
45 | #include <plat/mcspi.h> | 44 | #include <plat/mcspi.h> |
46 | #include <plat/usb.h> | 45 | #include <plat/usb.h> |
47 | #include <video/omapdss.h> | 46 | #include <video/omapdss.h> |
@@ -320,9 +319,6 @@ static int omap3pandora_twl_gpio_setup(struct device *dev, | |||
320 | } | 319 | } |
321 | 320 | ||
322 | static struct twl4030_gpio_platform_data omap3pandora_gpio_data = { | 321 | static struct twl4030_gpio_platform_data omap3pandora_gpio_data = { |
323 | .gpio_base = OMAP_MAX_GPIO_LINES, | ||
324 | .irq_base = TWL4030_GPIO_IRQ_BASE, | ||
325 | .irq_end = TWL4030_GPIO_IRQ_END, | ||
326 | .setup = omap3pandora_twl_gpio_setup, | 322 | .setup = omap3pandora_twl_gpio_setup, |
327 | }; | 323 | }; |
328 | 324 | ||