diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-15 15:09:43 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-15 15:09:43 -0400 |
commit | 68f39e74fbc3e58ad52d008072bddacc9eee1c7e (patch) | |
tree | e1bab45bc1b479fe19f393d64d4c5a4f9f0b4a7c /drivers/mmc/host/omap.c | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 (diff) |
ARM: OMAP: Split plat/mmc.h into local headers and platform_data
We need to remove this from plat for ARM common zImage
support.
Also remove includes not needed by the omap_hsmmc.c driver.
Cc: linux-mmc@vger.kernel.org
Acked-by: Chris Ball <cjb@laptop.org>
Acked-by: Venkatraman S <svenkatr@ti.com>
[tony@atomide.com: fold in removal of unused driver includes]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/mmc/host/omap.c')
-rw-r--r-- | drivers/mmc/host/omap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mmc/host/omap.c b/drivers/mmc/host/omap.c index 48ad361613ef..e7c61b9b044c 100644 --- a/drivers/mmc/host/omap.c +++ b/drivers/mmc/host/omap.c | |||
@@ -28,8 +28,9 @@ | |||
28 | #include <linux/clk.h> | 28 | #include <linux/clk.h> |
29 | #include <linux/scatterlist.h> | 29 | #include <linux/scatterlist.h> |
30 | #include <linux/slab.h> | 30 | #include <linux/slab.h> |
31 | #include <linux/platform_data/mmc-omap.h> | ||
31 | 32 | ||
32 | #include <plat/mmc.h> | 33 | #include <plat/cpu.h> |
33 | #include <plat/dma.h> | 34 | #include <plat/dma.h> |
34 | 35 | ||
35 | #define OMAP_MMC_REG_CMD 0x00 | 36 | #define OMAP_MMC_REG_CMD 0x00 |