]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
mmc: sdhci-pltfm: move .h file into appropriate subdir
authorWolfram Sang <w.sang@pengutronix.de>
Fri, 15 Oct 2010 10:21:00 +0000 (12:21 +0200)
committerChris Ball <cjb@laptop.org>
Sat, 23 Oct 2010 13:11:21 +0000 (21:11 +0800)
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>
drivers/mmc/host/sdhci-cns3xxx.c
drivers/mmc/host/sdhci-pltfm.c
drivers/mmc/host/sdhci-pltfm.h
include/linux/mmc/sdhci-pltfm.h [moved from include/linux/sdhci-pltfm.h with 100% similarity]

index b7050b380d5f30b02ff2b23b51638163739ee82f..9ebd1d7759dc98d8f112d7a6c316c915f4a33a5c 100644 (file)
@@ -15,7 +15,7 @@
 #include <linux/delay.h>
 #include <linux/device.h>
 #include <linux/mmc/host.h>
-#include <linux/sdhci-pltfm.h>
+#include <linux/mmc/sdhci-pltfm.h>
 #include <mach/cns3xxx.h>
 #include "sdhci.h"
 #include "sdhci-pltfm.h"
index 730fdf54ecb0977f018e933cdaa282ab96dfee0b..685202be2778f6b76e19fd68000804ebff3230c3 100644 (file)
@@ -30,7 +30,7 @@
 #include <linux/mmc/host.h>
 
 #include <linux/io.h>
-#include <linux/sdhci-pltfm.h>
+#include <linux/mmc/sdhci-pltfm.h>
 
 #include "sdhci.h"
 #include "sdhci-pltfm.h"
index 93a031973f62888acb2d7a133f578cf1a07376cd..562b92957f182951d55895f91e0a7fff793a732e 100644 (file)
@@ -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;