aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2012-10-15 17:04:53 -0400
committerTony Lindgren <tony@atomide.com>2012-10-15 17:04:53 -0400
commit2b6c4e73248758bac8e1ed81b0d0664da0fff6f8 (patch)
tree56f5717067157dec194e547afd986e15cf7163ef /drivers/mmc
parentd5e7c864f386306587f7f43ed22d48ef7e4050d6 (diff)
ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h
Move plat/dma.h to plat-omap/dma-omap.h as part of single zImage work Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/omap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/omap.c b/drivers/mmc/host/omap.c
index 9664fa964760..c59c4d25165c 100644
--- a/drivers/mmc/host/omap.c
+++ b/drivers/mmc/host/omap.c
@@ -30,7 +30,7 @@
30#include <linux/slab.h> 30#include <linux/slab.h>
31 31
32#include <plat/mmc.h> 32#include <plat/mmc.h>
33#include <plat/dma.h> 33#include <plat-omap/dma-omap.h>
34 34
35#define OMAP_MMC_REG_CMD 0x00 35#define OMAP_MMC_REG_CMD 0x00
36#define OMAP_MMC_REG_ARGL 0x01 36#define OMAP_MMC_REG_ARGL 0x01