projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bee78f
)
arm: exynos: remove the unused define.
author
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 3 Dec 2013 05:00:21 +0000
(14:00 +0900)
committer
Minkyu Kang
<mk7.kang@samsung.com>
Thu, 5 Dec 2013 01:42:04 +0000
(10:42 +0900)
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>
arch/arm/include/asm/arch-exynos/dwmmc.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-exynos/dwmmc.h
b/arch/arm/include/asm/arch-exynos/dwmmc.h
index d1c5d4f26a305549f26565461abe924dd48484fb..09d739dfca998a5e1ddd3e2fa5e05bad2158fbfc 100644
(file)
--- 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)