aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-pxav2.c
diff options
context:
space:
mode:
authorZhangfei Gao <zhangfei.gao@marvell.com>2011-06-20 10:11:52 -0400
committerChris Ball <cjb@laptop.org>2011-07-20 17:20:52 -0400
commitbfed345edfe05b291f7e5d396d4b447b6e8e66fa (patch)
treeb0d2c26465b60be1d47bb2b36b7aebd742ea885a /drivers/mmc/host/sdhci-pxav2.c
parentc984c2638501e9bdb23438e61b922e3234959fac (diff)
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/mmc/host/sdhci-pxav2.c')
-rw-r--r--drivers/mmc/host/sdhci-pxav2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-pxav2.c b/drivers/mmc/host/sdhci-pxav2.c
index 7a6fa8c08363..38f58994f79a 100644
--- a/drivers/mmc/host/sdhci-pxav2.c
+++ b/drivers/mmc/host/sdhci-pxav2.c
@@ -25,7 +25,7 @@
25#include <linux/gpio.h> 25#include <linux/gpio.h>
26#include <linux/mmc/card.h> 26#include <linux/mmc/card.h>
27#include <linux/mmc/host.h> 27#include <linux/mmc/host.h>
28#include <plat/sdhci.h> 28#include <linux/platform_data/pxa_sdhci.h>
29#include <linux/slab.h> 29#include <linux/slab.h>
30#include "sdhci.h" 30#include "sdhci.h"
31#include "sdhci-pltfm.h" 31#include "sdhci-pltfm.h"