diff options
Diffstat (limited to 'drivers/mmc/host/imxmmc.c')
-rw-r--r-- | drivers/mmc/host/imxmmc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/imxmmc.c b/drivers/mmc/host/imxmmc.c index f61406da65d2..2f0fcdb869b7 100644 --- a/drivers/mmc/host/imxmmc.c +++ b/drivers/mmc/host/imxmmc.c | |||
@@ -42,8 +42,8 @@ | |||
42 | #include <asm/io.h> | 42 | #include <asm/io.h> |
43 | #include <asm/irq.h> | 43 | #include <asm/irq.h> |
44 | #include <asm/sizes.h> | 44 | #include <asm/sizes.h> |
45 | #include <asm/arch/mmc.h> | 45 | #include <mach/mmc.h> |
46 | #include <asm/arch/imx-dma.h> | 46 | #include <mach/imx-dma.h> |
47 | 47 | ||
48 | #include "imxmmc.h" | 48 | #include "imxmmc.h" |
49 | 49 | ||