From: Alessandro Rubini <rub...@gnudd.com> Signed-off-by: Alessandro Rubini <rub...@gnudd.com> Acked-by: Giancarlo Asnaghi <giancarlo.asna...@st.com> --- drivers/mmc/host/mmci.c | 2 +- drivers/mmc/host/msm_sdcc.c | 2 +- drivers/mmc/host/mvsdio.c | 2 +- drivers/mmc/host/mxcmmc.c | 2 +- drivers/mmc/host/pxamci.c | 3 +-- 5 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c index 5e39b31..731d98e 100644 --- a/drivers/mmc/host/mmci.c +++ b/drivers/mmc/host/mmci.c @@ -34,10 +34,10 @@ #include <linux/pm_runtime.h> #include <linux/types.h> #include <linux/pinctrl/consumer.h> +#include <linux/sizes.h> #include <asm/div64.h> #include <asm/io.h> -#include <asm/sizes.h> #include "mmci.h" diff --git a/drivers/mmc/host/msm_sdcc.c b/drivers/mmc/host/msm_sdcc.c index 7c0af0e..aa61b79 100644 --- a/drivers/mmc/host/msm_sdcc.c +++ b/drivers/mmc/host/msm_sdcc.c @@ -37,10 +37,10 @@ #include <linux/memory.h> #include <linux/gfp.h> #include <linux/gpio.h> +#include <linux/sizes.h> #include <asm/cacheflush.h> #include <asm/div64.h> -#include <asm/sizes.h> #include <linux/platform_data/mmc-msm_sdcc.h> #include <mach/msm_iomap.h> diff --git a/drivers/mmc/host/mvsdio.c b/drivers/mmc/host/mvsdio.c index de4c20b..e313cd9 100644 --- a/drivers/mmc/host/mvsdio.c +++ b/drivers/mmc/host/mvsdio.c @@ -22,8 +22,8 @@ #include <linux/clk.h> #include <linux/gpio.h> #include <linux/mmc/host.h> +#include <linux/sizes.h> -#include <asm/sizes.h> #include <asm/unaligned.h> #include <linux/platform_data/mmc-mvsdio.h> diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c index a72936e..8ce7e73 100644 --- a/drivers/mmc/host/mxcmmc.c +++ b/drivers/mmc/host/mxcmmc.c @@ -34,10 +34,10 @@ #include <linux/regulator/consumer.h> #include <linux/dmaengine.h> #include <linux/types.h> +#include <linux/sizes.h> #include <asm/dma.h> #include <asm/irq.h> -#include <asm/sizes.h> #include <linux/platform_data/mmc-mxcmmc.h> #include <linux/platform_data/dma-imx.h> diff --git a/drivers/mmc/host/pxamci.c b/drivers/mmc/host/pxamci.c index 3f9d6d5..af3604a 100644 --- a/drivers/mmc/host/pxamci.c +++ b/drivers/mmc/host/pxamci.c @@ -33,8 +33,7 @@ #include <linux/of.h> #include <linux/of_gpio.h> #include <linux/of_device.h> - -#include <asm/sizes.h> +#include <linux/sizes.h> #include <mach/hardware.h> #include <mach/dma.h> -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/