summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2013-12-03 14:00:21 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2013-12-05 10:42:04 +0900
commit01322004ec08c207141b08a2e0423b9b4c7b2714 (patch)
tree37f03d19dc5893d6e920db1172e3723d4e38d0e3
parent4bee78f5027509b30307b6bfb4f1b457ecce529c (diff)
downloadtalos-obmc-uboot-01322004ec08c207141b08a2e0423b9b4c7b2714.tar.gz
talos-obmc-uboot-01322004ec08c207141b08a2e0423b9b4c7b2714.zip
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>
-rw-r--r--arch/arm/include/asm/arch-exynos/dwmmc.h4
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 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)
OpenPOWER on IntegriCloud