diff options
Diffstat (limited to 'drivers/mmc/host/omap_hsmmc.c')
-rw-r--r-- | drivers/mmc/host/omap_hsmmc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index e1f3c1135f93..bc5807873b2c 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++ b/drivers/mmc/host/omap_hsmmc.c | |||
@@ -39,9 +39,7 @@ | |||
39 | #include <linux/regulator/consumer.h> | 39 | #include <linux/regulator/consumer.h> |
40 | #include <linux/pinctrl/consumer.h> | 40 | #include <linux/pinctrl/consumer.h> |
41 | #include <linux/pm_runtime.h> | 41 | #include <linux/pm_runtime.h> |
42 | #include <mach/hardware.h> | 42 | #include <linux/platform_data/mmc-omap.h> |
43 | #include <plat/mmc.h> | ||
44 | #include <plat/cpu.h> | ||
45 | 43 | ||
46 | /* OMAP HSMMC Host Controller Registers */ | 44 | /* OMAP HSMMC Host Controller Registers */ |
47 | #define OMAP_HSMMC_SYSSTATUS 0x0014 | 45 | #define OMAP_HSMMC_SYSSTATUS 0x0014 |