diff options
| author | Tony Lindgren <tony@atomide.com> | 2012-11-09 17:54:17 -0500 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2012-11-09 17:54:17 -0500 |
| commit | f56f52e02a9c3da4bc2cc6eb9ddcf5602ea44b37 (patch) | |
| tree | a9ce4f46ea3b2e516698b2c3817e40414a8bbf51 /arch/arm/mach-omap2/omap_hwmod_2430_data.c | |
| parent | 84fbd2b8c8da49b4e53fcb484a1564a9b5da61b3 (diff) | |
| parent | 6ba54ab4a49bbad736b0254aa6bdf0cb83013815 (diff) | |
Merge branch 'omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3' into omap-for-v3.8/dt
Conflicts:
arch/arm/plat-omap/dmtimer.c
Resolved as suggested by Jon Hunter.
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 | /* |
