summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2010-08-24 15:37:57 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2010-08-26 17:34:38 +0900
commit545dabbeef56ffea33cedee56067edacd9fb90f0 (patch)
tree7930a089b621b75d1b8e3e6d7884cf9a7e056e1d /arch
parent889a275d428be2790270f7280385207c1666eb4b (diff)
downloadtalos-obmc-uboot-545dabbeef56ffea33cedee56067edacd9fb90f0.tar.gz
talos-obmc-uboot-545dabbeef56ffea33cedee56067edacd9fb90f0.zip
ARMV7: S5P: fix the macro at samsung_get_base function
New line is unnecessary at last line of macro. Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-s5pc1xx/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-s5pc1xx/cpu.h b/arch/arm/include/asm/arch-s5pc1xx/cpu.h
index 0e80ba3303..e74959fe22 100644
--- a/arch/arm/include/asm/arch-s5pc1xx/cpu.h
+++ b/arch/arm/include/asm/arch-s5pc1xx/cpu.h
@@ -85,7 +85,7 @@ static inline unsigned int samsung_get_base_##device(void) \
return S5PC110_##base; \
else \
return 0; \
-} \
+}
SAMSUNG_BASE(clock, CLOCK_BASE)
SAMSUNG_BASE(gpio, GPIO_BASE)
OpenPOWER on IntegriCloud