]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROL
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 29 Jun 2016 10:46:15 +0000 (19:46 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 12 Jul 2016 05:28:42 +0000 (14:28 +0900)
Removed #ifdef for OF_CONTROL.
It might use 'OF_CONTROL' by default.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/mmc/exynos_dw_mmc.c

index 2b9b3aa512a9dd6114703129429b49525f57e46a..80d17ad7ee4faa9cf6fded5bca7836cc45a760d3 100644 (file)
@@ -122,7 +122,6 @@ static int exynos_dwmci_core_init(struct dwmci_host *host, int index)
        return 0;
 }
 
-#if CONFIG_IS_ENABLED(OF_CONTROL)
 static struct dwmci_host dwmci_host[DWMMC_MAX_CH_NUM];
 
 static int do_dwmci_init(struct dwmci_host *host)
@@ -250,4 +249,3 @@ int exynos_dwmmc_init(const void *blob)
 
        return err;
 }
-#endif