diff options
Diffstat (limited to 'arch/arm/mach-omap2/msdi.c')
-rw-r--r-- | arch/arm/mach-omap2/msdi.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/msdi.c b/arch/arm/mach-omap2/msdi.c index 9e57b4aadb06..627e97e30743 100644 --- a/arch/arm/mach-omap2/msdi.c +++ b/arch/arm/mach-omap2/msdi.c | |||
@@ -25,13 +25,12 @@ | |||
25 | #include <linux/err.h> | 25 | #include <linux/err.h> |
26 | #include <linux/platform_data/gpio-omap.h> | 26 | #include <linux/platform_data/gpio-omap.h> |
27 | 27 | ||
28 | #include <plat/omap_hwmod.h> | ||
29 | #include <plat/omap_device.h> | ||
30 | #include <plat/mmc.h> | ||
31 | |||
32 | #include "common.h" | 28 | #include "common.h" |
33 | #include "control.h" | 29 | #include "control.h" |
30 | #include "omap_hwmod.h" | ||
31 | #include "omap_device.h" | ||
34 | #include "mux.h" | 32 | #include "mux.h" |
33 | #include "mmc.h" | ||
35 | 34 | ||
36 | /* | 35 | /* |
37 | * MSDI_CON_OFFSET: offset in bytes of the MSDI IP block's CON register | 36 | * MSDI_CON_OFFSET: offset in bytes of the MSDI IP block's CON register |