]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mmc: android-goldfish: remove incorrect __iomem annotation
authorChristoph Hellwig <hch@lst.de>
Mon, 17 Aug 2015 08:09:26 +0000 (10:09 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 1 Sep 2015 12:19:11 +0000 (14:19 +0200)
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>
drivers/mmc/host/android-goldfish.c

index b1eac719a4cca2aa95033ace18e83b0c03a749df..dca5518b01395a31e98f3a91a2df14736e063652 100644 (file)
@@ -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;