Message ID | 1304601778-13837-8-git-send-email-shawn.guo@linaro.org |
---|---|
State | New |
Headers | show |
Hello Shawn, On Thu, May 05, 2011 at 09:22:58PM +0800, Shawn Guo wrote: > Signed-off-by: Shawn Guo <shawn.guo@linaro.org> > --- > .../plat-mxc/devices/platform-sdhci-esdhc-imx.c | 1 - > arch/arm/plat-mxc/include/mach/devices-common.h | 2 +- what about removing arch/arm/plat-mxc/include/mach/esdhc.h in this patch as advertised in the subject? Best regards Uwe
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;
Signed-off-by: Shawn Guo <shawn.guo@linaro.org> --- .../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(-)