diff options
author | Christoph Hellwig <hch@lst.de> | 2015-08-17 04:09:26 -0400 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2015-09-01 08:19:11 -0400 |
commit | 092b6dbe8a4a24c17f2ebfe86995dc994e61f420 (patch) | |
tree | c9a24e7aea6150172f106bd70c1f3fc0b0806deb | |
parent | 71f8a4b81d040b3d094424197ca2f1bf811b1245 (diff) |
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>
-rw-r--r-- | drivers/mmc/host/android-goldfish.c | 2 |
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 { | |||
118 | struct mmc_host *mmc; | 118 | struct mmc_host *mmc; |
119 | struct device *dev; | 119 | struct device *dev; |
120 | unsigned char id; /* 16xx chips have 2 MMC blocks */ | 120 | unsigned char id; /* 16xx chips have 2 MMC blocks */ |
121 | void __iomem *virt_base; | 121 | void *virt_base; |
122 | unsigned int phys_base; | 122 | unsigned int phys_base; |
123 | int irq; | 123 | int irq; |
124 | unsigned char bus_mode; | 124 | unsigned char bus_mode; |