diff options
Diffstat (limited to 'arch/arm/mach-omap2/hsmmc.c')
-rw-r--r-- | arch/arm/mach-omap2/hsmmc.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/hsmmc.c b/arch/arm/mach-omap2/hsmmc.c index 4d3a6324155f..e3406dce59be 100644 --- a/arch/arm/mach-omap2/hsmmc.c +++ b/arch/arm/mach-omap2/hsmmc.c | |||
@@ -17,11 +17,12 @@ | |||
17 | #include <mach/hardware.h> | 17 | #include <mach/hardware.h> |
18 | #include <linux/platform_data/gpio-omap.h> | 18 | #include <linux/platform_data/gpio-omap.h> |
19 | 19 | ||
20 | #include <plat/mmc.h> | 20 | #include "soc.h" |
21 | #include <plat/omap-pm.h> | 21 | #include "omap_device.h" |
22 | #include <plat/omap_device.h> | 22 | #include "omap-pm.h" |
23 | 23 | ||
24 | #include "mux.h" | 24 | #include "mux.h" |
25 | #include "mmc.h" | ||
25 | #include "hsmmc.h" | 26 | #include "hsmmc.h" |
26 | #include "control.h" | 27 | #include "control.h" |
27 | 28 | ||