diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_2420_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2420_data.c | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2420_data.c b/arch/arm/mach-omap2/omap_hwmod_2420_data.c index b5db6007c523..a8b3368dca3d 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2420_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2420_data.c | |||
@@ -12,21 +12,24 @@ | |||
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/spi-omap2-mcspi.h> | 17 | #include <linux/platform_data/spi-omap2-mcspi.h> |
16 | 18 | ||
17 | #include <plat/omap_hwmod.h> | 19 | #include <plat-omap/dma-omap.h> |
18 | #include <plat/dma.h> | ||
19 | #include <plat/serial.h> | ||
20 | #include <plat/i2c.h> | ||
21 | #include <plat/dmtimer.h> | 20 | #include <plat/dmtimer.h> |
21 | |||
22 | #include "omap_hwmod.h" | ||
22 | #include "l3_2xxx.h" | 23 | #include "l3_2xxx.h" |
23 | #include "l4_2xxx.h" | 24 | #include "l4_2xxx.h" |
24 | #include <plat/mmc.h> | ||
25 | 25 | ||
26 | #include "omap_hwmod_common_data.h" | 26 | #include "omap_hwmod_common_data.h" |
27 | 27 | ||
28 | #include "cm-regbits-24xx.h" | 28 | #include "cm-regbits-24xx.h" |
29 | #include "prm-regbits-24xx.h" | 29 | #include "prm-regbits-24xx.h" |
30 | #include "i2c.h" | ||
31 | #include "mmc.h" | ||
32 | #include "serial.h" | ||
30 | #include "wd_timer.h" | 33 | #include "wd_timer.h" |
31 | 34 | ||
32 | /* | 35 | /* |