diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-htcherald.c')
-rw-r--r-- | arch/arm/mach-omap1/board-htcherald.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-omap1/board-htcherald.c b/arch/arm/mach-omap1/board-htcherald.c index af2afcf24f75..827d83a96af8 100644 --- a/arch/arm/mach-omap1/board-htcherald.c +++ b/arch/arm/mach-omap1/board-htcherald.c | |||
@@ -27,7 +27,7 @@ | |||
27 | #include <linux/init.h> | 27 | #include <linux/init.h> |
28 | #include <linux/platform_device.h> | 28 | #include <linux/platform_device.h> |
29 | #include <linux/input.h> | 29 | #include <linux/input.h> |
30 | #include <linux/io.h> | 30 | #include <linux/delay.h> |
31 | #include <linux/gpio.h> | 31 | #include <linux/gpio.h> |
32 | #include <linux/gpio_keys.h> | 32 | #include <linux/gpio_keys.h> |
33 | #include <linux/i2c.h> | 33 | #include <linux/i2c.h> |
@@ -42,7 +42,6 @@ | |||
42 | #include <asm/mach/arch.h> | 42 | #include <asm/mach/arch.h> |
43 | 43 | ||
44 | #include <plat/omap7xx.h> | 44 | #include <plat/omap7xx.h> |
45 | #include "common.h" | ||
46 | #include <plat/board.h> | 45 | #include <plat/board.h> |
47 | #include <plat/keypad.h> | 46 | #include <plat/keypad.h> |
48 | #include <plat/usb.h> | 47 | #include <plat/usb.h> |
@@ -50,7 +49,7 @@ | |||
50 | 49 | ||
51 | #include <mach/irqs.h> | 50 | #include <mach/irqs.h> |
52 | 51 | ||
53 | #include <linux/delay.h> | 52 | #include "common.h" |
54 | 53 | ||
55 | /* LCD register definition */ | 54 | /* LCD register definition */ |
56 | #define OMAP_LCDC_CONTROL (0xfffec000 + 0x00) | 55 | #define OMAP_LCDC_CONTROL (0xfffec000 + 0x00) |