]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/mmc/exynos_dw_mmc.c
mmc: dw_mmc: change the callback function name.
[karo-tx-uboot.git] / drivers / mmc / exynos_dw_mmc.c
index 4ef9fec0e4d1ce90214b8504dff59111ebec4138..1f2c53f214daddea07a40ed5b5896e6c350c5ac3 100644 (file)
@@ -74,7 +74,7 @@ int exynos_dwmci_add_port(int index, u32 regbase, int bus_width, u32 clksel)
 
        host->clksel = exynos_dwmci_clksel;
        host->dev_index = index;
-       host->mmc_clk = exynos_dwmci_get_clk;
+       host->get_mmc_clk = exynos_dwmci_get_clk;
        /* Add the mmc channel to be registered with mmc core */
        if (add_dwmci(host, DWMMC_MAX_FREQ, DWMMC_MIN_FREQ)) {
                debug("dwmmc%d registration failed\n", index);