aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {
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;