From: Minkyu Kang Date: Tue, 24 Aug 2010 06:37:57 +0000 (+0900) Subject: ARMV7: S5P: fix the macro at samsung_get_base function X-Git-Tag: v2010.09-rc1~1^2~4^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=545dabbeef56ffea33cedee56067edacd9fb90f0;p=platform%2Fkernel%2Fu-boot.git ARMV7: S5P: fix the macro at samsung_get_base function New line is unnecessary at last line of macro. Signed-off-by: Minkyu Kang --- diff --git a/arch/arm/include/asm/arch-s5pc1xx/cpu.h b/arch/arm/include/asm/arch-s5pc1xx/cpu.h index 0e80ba3..e74959f 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)