Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 092b6dbe authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Ulf Hansson
Browse files

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: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 71f8a4b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;