]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/mmc/imxmmc.c
[MMC] Another stray 'io' reference
[linux-2.6-omap-h63xx.git] / drivers / mmc / imxmmc.c
index a4eb1d0e7a7169e381847c978c71b7bcb4dd72f1..7ca9e95bdf89b89c03237b3f4e1eb9f6ffa2124f 100644 (file)
@@ -25,7 +25,6 @@
  *             deficiencies
  *
  */
-#include <linux/config.h>
 
 #ifdef CONFIG_MMC_DEBUG
 #define DEBUG
@@ -228,7 +227,7 @@ static int imxmci_busy_wait_for_status(struct imxmci_host *host,
 static void imxmci_setup_data(struct imxmci_host *host, struct mmc_data *data)
 {
        unsigned int nob = data->blocks;
-       unsigned int blksz = 1 << data->blksz_bits;
+       unsigned int blksz = data->blksz;
        unsigned int datasz = nob * blksz;
        int i;