aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc/dw_mmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mmc/dw_mmc.h')
-rw-r--r--include/linux/mmc/dw_mmc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/dw_mmc.h b/include/linux/mmc/dw_mmc.h
index 6c324de20de2..c0207a770476 100644
--- a/include/linux/mmc/dw_mmc.h
+++ b/include/linux/mmc/dw_mmc.h
@@ -152,6 +152,8 @@ struct dw_mci {
152 152
153 /* Workaround flags */ 153 /* Workaround flags */
154 u32 quirks; 154 u32 quirks;
155
156 struct regulator *vmmc; /* Power regulator */
155}; 157};
156 158
157/* DMA ops for Internal/External DMAC interface */ 159/* DMA ops for Internal/External DMAC interface */