aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/davinci_mmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/davinci_mmc.c')
-rw-r--r--drivers/mmc/host/davinci_mmc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mmc.c
index fe8f6135426d..6c76f64f46db 100644
--- a/drivers/mmc/host/davinci_mmc.c
+++ b/drivers/mmc/host/davinci_mmc.c
@@ -178,7 +178,7 @@ struct mmc_davinci_host {
178 u32 buffer_bytes_left; 178 u32 buffer_bytes_left;
179 u32 bytes_left; 179 u32 bytes_left;
180 180
181 u8 rxdma, txdma; 181 u32 rxdma, txdma;
182 bool use_dma; 182 bool use_dma;
183 bool do_dma; 183 bool do_dma;
184 184
@@ -190,7 +190,7 @@ struct mmc_davinci_host {
190 struct edmacc_param tx_template; 190 struct edmacc_param tx_template;
191 struct edmacc_param rx_template; 191 struct edmacc_param rx_template;
192 unsigned n_link; 192 unsigned n_link;
193 u8 links[NR_SG - 1]; 193 u32 links[NR_SG - 1];
194 194
195 /* For PIO we walk scatterlists one segment at a time. */ 195 /* For PIO we walk scatterlists one segment at a time. */
196 unsigned int sg_len; 196 unsigned int sg_len;