diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2013-12-03 14:00:21 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-12-05 10:42:04 +0900 |
commit | 01322004ec08c207141b08a2e0423b9b4c7b2714 (patch) | |
tree | 37f03d19dc5893d6e920db1172e3723d4e38d0e3 /arch | |
parent | 4bee78f5027509b30307b6bfb4f1b457ecce529c (diff) | |
download | u-boot-imx-01322004ec08c207141b08a2e0423b9b4c7b2714.zip u-boot-imx-01322004ec08c207141b08a2e0423b9b4c7b2714.tar.gz u-boot-imx-01322004ec08c207141b08a2e0423b9b4c7b2714.tar.bz2 |
arm: exynos: remove the unused define.
These defines didn't use anywhere.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-exynos/dwmmc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/include/asm/arch-exynos/dwmmc.h b/arch/arm/include/asm/arch-exynos/dwmmc.h index d1c5d4f..09d739d 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) |