diff options
author | Zhangfei Gao <zhangfei.gao@marvell.com> | 2011-06-20 22:11:52 +0800 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-07-20 17:20:52 -0400 |
commit | bfed345edfe05b291f7e5d396d4b447b6e8e66fa (patch) | |
tree | b0d2c26465b60be1d47bb2b36b7aebd742ea885a /drivers | |
parent | c984c2638501e9bdb23438e61b922e3234959fac (diff) | |
download | op-kernel-dev-bfed345edfe05b291f7e5d396d4b447b6e8e66fa.zip op-kernel-dev-bfed345edfe05b291f7e5d396d4b447b6e8e66fa.tar.gz |
mmc: sdhci-pxa: move platform data to include/linux/platform_data
As suggested by Arnd, move platform data to include/linux/platform_data
in order to improve build coverage for the driver.
Signed-off-by: Zhangfei Gao <zhangfei.gao@marvell.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mmc/host/sdhci-pxav2.c | 2 | ||||
-rw-r--r-- | drivers/mmc/host/sdhci-pxav3.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/sdhci-pxav2.c b/drivers/mmc/host/sdhci-pxav2.c index 7a6fa8c..38f5899 100644 --- a/drivers/mmc/host/sdhci-pxav2.c +++ b/drivers/mmc/host/sdhci-pxav2.c @@ -25,7 +25,7 @@ #include <linux/gpio.h> #include <linux/mmc/card.h> #include <linux/mmc/host.h> -#include <plat/sdhci.h> +#include <linux/platform_data/pxa_sdhci.h> #include <linux/slab.h> #include "sdhci.h" #include "sdhci-pltfm.h" diff --git a/drivers/mmc/host/sdhci-pxav3.c b/drivers/mmc/host/sdhci-pxav3.c index 901f00f..4198dbb 100644 --- a/drivers/mmc/host/sdhci-pxav3.c +++ b/drivers/mmc/host/sdhci-pxav3.c @@ -24,7 +24,7 @@ #include <linux/gpio.h> #include <linux/mmc/card.h> #include <linux/mmc/host.h> -#include <plat/sdhci.h> +#include <linux/platform_data/pxa_sdhci.h> #include <linux/slab.h> #include <linux/delay.h> #include "sdhci.h" |