Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Wolfram Sang and committed by
Chris Ball
d3b993dc 4b711cb1

+3 -3
+1 -1
drivers/mmc/host/sdhci-cns3xxx.c
··· 15 15 #include <linux/delay.h> 16 16 #include <linux/device.h> 17 17 #include <linux/mmc/host.h> 18 - #include <linux/sdhci-pltfm.h> 18 + #include <linux/mmc/sdhci-pltfm.h> 19 19 #include <mach/cns3xxx.h> 20 20 #include "sdhci.h" 21 21 #include "sdhci-pltfm.h"
+1 -1
drivers/mmc/host/sdhci-pltfm.c
··· 30 30 #include <linux/mmc/host.h> 31 31 32 32 #include <linux/io.h> 33 - #include <linux/sdhci-pltfm.h> 33 + #include <linux/mmc/sdhci-pltfm.h> 34 34 35 35 #include "sdhci.h" 36 36 #include "sdhci-pltfm.h"
+1 -1
drivers/mmc/host/sdhci-pltfm.h
··· 13 13 14 14 #include <linux/clk.h> 15 15 #include <linux/types.h> 16 - #include <linux/sdhci-pltfm.h> 16 + #include <linux/mmc/sdhci-pltfm.h> 17 17 18 18 struct sdhci_pltfm_host { 19 19 struct clk *clk;
include/linux/sdhci-pltfm.h include/linux/mmc/sdhci-pltfm.h