diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2010-10-15 14:21:00 +0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2010-10-23 17:11:21 +0400 |
commit | d3b993dcc11cd291e6908ed02b9db99970220952 (patch) | |
tree | 4fc492cc5eaec03491702c5d4329ea43c6911f55 /drivers/mmc/host/sdhci-pltfm.h | |
parent | 4b711cb13843f5082e82970dd1e8031383134a65 (diff) | |
download | linux-d3b993dcc11cd291e6908ed02b9db99970220952.tar.xz |
mmc: sdhci-pltfm: move .h file into appropriate subdir
Make use of the include/linux/mmc directory.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Anton Vorontsov <cbouatmailru@gmail.com>
Tested-by: Eric BĂ©nard <eric@eukrea.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-pltfm.h')
-rw-r--r-- | drivers/mmc/host/sdhci-pltfm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-pltfm.h b/drivers/mmc/host/sdhci-pltfm.h index 93a031973f62..562b92957f18 100644 --- a/drivers/mmc/host/sdhci-pltfm.h +++ b/drivers/mmc/host/sdhci-pltfm.h @@ -13,7 +13,7 @@ #include <linux/clk.h> #include <linux/types.h> -#include <linux/sdhci-pltfm.h> +#include <linux/mmc/sdhci-pltfm.h> struct sdhci_pltfm_host { struct clk *clk; |