Signed-off-by: Shawn Guo <shawn.guo@xxxxxxxxxx> --- .../plat-mxc/devices/platform-sdhci-esdhc-imx.c | 1 - arch/arm/plat-mxc/include/mach/devices-common.h | 2 +- 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/arch/arm/plat-mxc/devices/platform-sdhci-esdhc-imx.c b/arch/arm/plat-mxc/devices/platform-sdhci-esdhc-imx.c index 6b2940b..b401689 100644 --- a/arch/arm/plat-mxc/devices/platform-sdhci-esdhc-imx.c +++ b/arch/arm/plat-mxc/devices/platform-sdhci-esdhc-imx.c @@ -8,7 +8,6 @@ #include <mach/hardware.h> #include <mach/devices-common.h> -#include <mach/esdhc.h> #define imx_sdhci_esdhc_imx_data_entry_single(soc, _id, hwid) \ { \ diff --git a/arch/arm/plat-mxc/include/mach/devices-common.h b/arch/arm/plat-mxc/include/mach/devices-common.h index 8658c9c..c95ab13 100644 --- a/arch/arm/plat-mxc/include/mach/devices-common.h +++ b/arch/arm/plat-mxc/include/mach/devices-common.h @@ -243,7 +243,7 @@ struct imx_mxc_w1_data { struct platform_device *__init imx_add_mxc_w1( const struct imx_mxc_w1_data *data); -#include <mach/esdhc.h> +#include <linux/mmc/esdhc.h> struct imx_sdhci_esdhc_imx_data { int id; resource_size_t iobase; -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html