From: Jaehoon Chung Date: Tue, 3 Dec 2013 05:00:21 +0000 (+0900) Subject: arm: exynos: remove the unused define. X-Git-Tag: v2014.01-rc2~42^2~12^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=01322004ec08c207141b08a2e0423b9b4c7b2714;p=u-boot arm: exynos: remove the unused define. These defines didn't use anywhere. Signed-off-by: Jaehoon Chung Acked-by: Alexey Brodkin Signed-off-by: Minkyu Kang --- diff --git a/arch/arm/include/asm/arch-exynos/dwmmc.h b/arch/arm/include/asm/arch-exynos/dwmmc.h index d1c5d4f26a..09d739dfca 100644 --- a/arch/arm/include/asm/arch-exynos/dwmmc.h +++ b/arch/arm/include/asm/arch-exynos/dwmmc.h @@ -6,10 +6,6 @@ */ #define DWMCI_CLKSEL 0x09C -#define DWMCI_SHIFT_0 0x0 -#define DWMCI_SHIFT_1 0x1 -#define DWMCI_SHIFT_2 0x2 -#define DWMCI_SHIFT_3 0x3 #define DWMCI_SET_SAMPLE_CLK(x) (x) #define DWMCI_SET_DRV_CLK(x) ((x) << 16) #define DWMCI_SET_DIV_RATIO(x) ((x) << 24)