diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_2430_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2430_data.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2430_data.c b/arch/arm/mach-omap2/omap_hwmod_2430_data.c index c455e41b0237..dc768c50e523 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2430_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2430_data.c | |||
@@ -12,21 +12,23 @@ | |||
12 | * XXX handle crossbar/shared link difference for L3? | 12 | * XXX handle crossbar/shared link difference for L3? |
13 | * XXX these should be marked initdata for multi-OMAP kernels | 13 | * XXX these should be marked initdata for multi-OMAP kernels |
14 | */ | 14 | */ |
15 | |||
16 | #include <linux/i2c-omap.h> | ||
15 | #include <linux/platform_data/asoc-ti-mcbsp.h> | 17 | #include <linux/platform_data/asoc-ti-mcbsp.h> |
16 | #include <linux/platform_data/spi-omap2-mcspi.h> | 18 | #include <linux/platform_data/spi-omap2-mcspi.h> |
17 | 19 | ||
18 | #include <plat/omap_hwmod.h> | 20 | #include <plat-omap/dma-omap.h> |
19 | #include <plat/dma.h> | ||
20 | #include <plat/serial.h> | ||
21 | #include <plat/i2c.h> | ||
22 | #include <plat/dmtimer.h> | 21 | #include <plat/dmtimer.h> |
23 | #include <plat/mmc.h> | 22 | |
23 | #include "omap_hwmod.h" | ||
24 | #include "mmc.h" | ||
24 | #include "l3_2xxx.h" | 25 | #include "l3_2xxx.h" |
25 | 26 | ||
26 | #include "soc.h" | 27 | #include "soc.h" |
27 | #include "omap_hwmod_common_data.h" | 28 | #include "omap_hwmod_common_data.h" |
28 | #include "prm-regbits-24xx.h" | 29 | #include "prm-regbits-24xx.h" |
29 | #include "cm-regbits-24xx.h" | 30 | #include "cm-regbits-24xx.h" |
31 | #include "i2c.h" | ||
30 | #include "wd_timer.h" | 32 | #include "wd_timer.h" |
31 | 33 | ||
32 | /* | 34 | /* |