aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/dw_mmc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmc/dw_mmc.h b/include/linux/mmc/dw_mmc.h
index 29ce014ab421..84e2827d0f0b 100644
--- a/include/linux/mmc/dw_mmc.h
+++ b/include/linux/mmc/dw_mmc.h
@@ -188,7 +188,7 @@ struct dw_mci {
188 /* Workaround flags */ 188 /* Workaround flags */
189 u32 quirks; 189 u32 quirks;
190 190
191 struct regulator *vmmc; /* Power regulator */ 191 bool vqmmc_enabled;
192 unsigned long irq_flags; /* IRQ flags */ 192 unsigned long irq_flags; /* IRQ flags */
193 int irq; 193 int irq;
194}; 194};