diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-generic.c')
-rw-r--r-- | arch/arm/mach-omap2/board-generic.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-generic.c b/arch/arm/mach-omap2/board-generic.c index 0c427976d62f..67f0a122e18b 100644 --- a/arch/arm/mach-omap2/board-generic.c +++ b/arch/arm/mach-omap2/board-generic.c | |||
@@ -11,7 +11,10 @@ | |||
11 | * it under the terms of the GNU General Public License version 2 as | 11 | * it under the terms of the GNU General Public License version 2 as |
12 | * published by the Free Software Foundation. | 12 | * published by the Free Software Foundation. |
13 | */ | 13 | */ |
14 | 14 | #include <linux/gpio.h> | |
15 | #include <linux/kernel.h> | ||
16 | #include <linux/init.h> | ||
17 | #include <linux/device.h> | ||
15 | #include <linux/io.h> | 18 | #include <linux/io.h> |
16 | #include <linux/of_platform.h> | 19 | #include <linux/of_platform.h> |
17 | #include <linux/irqdomain.h> | 20 | #include <linux/irqdomain.h> |
@@ -20,6 +23,7 @@ | |||
20 | #include <mach/hardware.h> | 23 | #include <mach/hardware.h> |
21 | #include <asm/mach/arch.h> | 24 | #include <asm/mach/arch.h> |
22 | 25 | ||
26 | #include <plat/usb.h> | ||
23 | #include <plat/board.h> | 27 | #include <plat/board.h> |
24 | #include <plat/common.h> | 28 | #include <plat/common.h> |
25 | #include <mach/omap4-common.h> | 29 | #include <mach/omap4-common.h> |