From: Wolfram Sang Date: Fri, 15 Oct 2010 10:21:00 +0000 (+0200) Subject: mmc: sdhci-pltfm: move .h file into appropriate subdir X-Git-Tag: v2.6.37-rc1~65^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3b993dcc11cd291e6908ed02b9db99970220952;p=thirdparty%2Fkernel%2Flinux.git mmc: sdhci-pltfm: move .h file into appropriate subdir Make use of the include/linux/mmc directory. Signed-off-by: Wolfram Sang Acked-by: Anton Vorontsov Tested-by: Eric Bénard Signed-off-by: Chris Ball --- diff --git a/drivers/mmc/host/sdhci-cns3xxx.c b/drivers/mmc/host/sdhci-cns3xxx.c index b7050b380d5f3..9ebd1d7759dc9 100644 --- a/drivers/mmc/host/sdhci-cns3xxx.c +++ b/drivers/mmc/host/sdhci-cns3xxx.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include "sdhci.h" #include "sdhci-pltfm.h" diff --git a/drivers/mmc/host/sdhci-pltfm.c b/drivers/mmc/host/sdhci-pltfm.c index 730fdf54ecb09..685202be2778f 100644 --- a/drivers/mmc/host/sdhci-pltfm.c +++ b/drivers/mmc/host/sdhci-pltfm.c @@ -30,7 +30,7 @@ #include #include -#include +#include #include "sdhci.h" #include "sdhci-pltfm.h" diff --git a/drivers/mmc/host/sdhci-pltfm.h b/drivers/mmc/host/sdhci-pltfm.h index 93a031973f628..562b92957f182 100644 --- a/drivers/mmc/host/sdhci-pltfm.h +++ b/drivers/mmc/host/sdhci-pltfm.h @@ -13,7 +13,7 @@ #include #include -#include +#include struct sdhci_pltfm_host { struct clk *clk; diff --git a/include/linux/sdhci-pltfm.h b/include/linux/mmc/sdhci-pltfm.h similarity index 100% rename from include/linux/sdhci-pltfm.h rename to include/linux/mmc/sdhci-pltfm.h