diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-15 12:09:43 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-15 12:09:43 -0700 |
commit | 68f39e74fbc3e58ad52d008072bddacc9eee1c7e (patch) | |
tree | e1bab45bc1b479fe19f393d64d4c5a4f9f0b4a7c /arch/arm/mach-omap2/omap_hwmod_33xx_data.c | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 (diff) | |
download | talos-obmc-linux-68f39e74fbc3e58ad52d008072bddacc9eee1c7e.tar.gz talos-obmc-linux-68f39e74fbc3e58ad52d008072bddacc9eee1c7e.zip |
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 'arch/arm/mach-omap2/omap_hwmod_33xx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_33xx_data.c b/arch/arm/mach-omap2/omap_hwmod_33xx_data.c index 59d5c1cd316d..d023a99cfd7a 100644 --- a/arch/arm/mach-omap2/omap_hwmod_33xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_33xx_data.c @@ -19,7 +19,6 @@ #include <linux/platform_data/gpio-omap.h> #include <linux/platform_data/spi-omap2-mcspi.h> #include <plat/dma.h> -#include <plat/mmc.h> #include <plat/i2c.h> #include "omap_hwmod_common_data.h" @@ -28,6 +27,7 @@ #include "cm33xx.h" #include "prm33xx.h" #include "prm-regbits-33xx.h" +#include "mmc.h" /* * IP blocks |