From: Christoph Hellwig Date: Mon, 17 Aug 2015 08:09:26 +0000 (+0200) Subject: mmc: android-goldfish: remove incorrect __iomem annotation X-Git-Tag: v4.3-rc1~46^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=092b6dbe8a4a24c17f2ebfe86995dc994e61f420;p=profile%2Fwearable%2Fplatform%2Fkernel%2Flinux-4.9-exynos9110.git 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 Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/android-goldfish.c b/drivers/mmc/host/android-goldfish.c index b1eac71..dca5518 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;