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 7a7ebd367cfd..a37a573fa13c 100644
--- a/include/linux/mmc/dw_mmc.h
+++ b/include/linux/mmc/dw_mmc.h
@@ -156,7 +156,7 @@ struct dw_mci {
156 u32 fifoth_val; 156 u32 fifoth_val;
157 u16 verid; 157 u16 verid;
158 u16 data_offset; 158 u16 data_offset;
159 struct device dev; 159 struct device *dev;
160 struct dw_mci_board *pdata; 160 struct dw_mci_board *pdata;
161 struct dw_mci_slot *slot[MAX_MCI_SLOTS]; 161 struct dw_mci_slot *slot[MAX_MCI_SLOTS];
162 162