mmc: davinci: modify data types of EDMA related variables
[linux-2.6-block.git] / drivers / mmc / host / davinci_mmc.c
index fe8f6135426dc4591e8022d04fdacd1804003c66..6c76f64f46db58bd60f5159ff3b1c8608d254128 100644 (file)
@@ -178,7 +178,7 @@ struct mmc_davinci_host {
        u32 buffer_bytes_left;
        u32 bytes_left;
 
-       u8 rxdma, txdma;
+       u32 rxdma, txdma;
        bool use_dma;
        bool do_dma;
 
@@ -190,7 +190,7 @@ struct mmc_davinci_host {
        struct edmacc_param     tx_template;
        struct edmacc_param     rx_template;
        unsigned                n_link;
-       u                     links[NR_SG - 1];
+       u32                     links[NR_SG - 1];
 
        /* For PIO we walk scatterlists one segment at a time. */
        unsigned int            sg_len;