aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/android-goldfish.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-08-17 10:09:26 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2015-09-01 14:19:11 +0200
commit092b6dbe8a4a24c17f2ebfe86995dc994e61f420 (patch)
treec9a24e7aea6150172f106bd70c1f3fc0b0806deb /drivers/mmc/host/android-goldfish.c
parentmmc: core: fix race condition in mmc_wait_data_done (diff)
downloadlinux-dev-092b6dbe8a4a24c17f2ebfe86995dc994e61f420.tar.xz
linux-dev-092b6dbe8a4a24c17f2ebfe86995dc994e61f420.zip
mmc: android-goldfish: remove incorrect __iomem annotation
Make sparse happy: drivers/mmc/host/android-goldfish.c:535:56: sparse: incorrect type in argument 3 (different address spaces) Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/android-goldfish.c')
-rw-r--r--drivers/mmc/host/android-goldfish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/android-goldfish.c b/drivers/mmc/host/android-goldfish.c
index b1eac719a4cc..dca5518b0139 100644
--- a/drivers/mmc/host/android-goldfish.c
+++ b/drivers/mmc/host/android-goldfish.c
@@ -118,7 +118,7 @@ struct goldfish_mmc_host {
struct mmc_host *mmc;
struct device *dev;
unsigned char id; /* 16xx chips have 2 MMC blocks */
- void __iomem *virt_base;
+ void *virt_base;
unsigned int phys_base;
int irq;
unsigned char bus_mode;