diff options
Diffstat (limited to 'arch/arm/mach-imx/devices/platform-mxc-mmc.c')
-rw-r--r-- | arch/arm/mach-imx/devices/platform-mxc-mmc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/devices/platform-mxc-mmc.c b/arch/arm/mach-imx/devices/platform-mxc-mmc.c index 487f61cfbc8f..7da19afa1bba 100644 --- a/arch/arm/mach-imx/devices/platform-mxc-mmc.c +++ b/arch/arm/mach-imx/devices/platform-mxc-mmc.c | |||
@@ -7,7 +7,8 @@ | |||
7 | * Free Software Foundation. | 7 | * Free Software Foundation. |
8 | */ | 8 | */ |
9 | #include <linux/dma-mapping.h> | 9 | #include <linux/dma-mapping.h> |
10 | #include <mach/hardware.h> | 10 | |
11 | #include "../hardware.h" | ||
11 | #include "devices-common.h" | 12 | #include "devices-common.h" |
12 | 13 | ||
13 | #define imx_mxc_mmc_data_entry_single(soc, _devid, _id, _hwid, _size) \ | 14 | #define imx_mxc_mmc_data_entry_single(soc, _devid, _id, _hwid, _size) \ |