]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mmc/bfin_sdh.c
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / drivers / mmc / bfin_sdh.c
index 7b35d8e7d932229b90a0287c5656ae4c404bf551..bcd6a3e52fd0d8fd7dbfca59278724f2046ba0db 100644 (file)
@@ -238,7 +238,7 @@ static void bfin_sdh_set_ios(struct mmc *mmc)
        u16 cfg = 0;
        u16 clk_ctl = 0;
 
-       if (mmc_bus_width(mmc) == 4) {
+       if (mmc->bus_width == 4) {
                cfg = bfin_read_SDH_CFG();
 #ifndef RSI_BLKSZ
                cfg &= ~PD_SDDAT3;