From 545dabbeef56ffea33cedee56067edacd9fb90f0 Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Tue, 24 Aug 2010 15:37:57 +0900 Subject: ARMV7: S5P: fix the macro at samsung_get_base function New line is unnecessary at last line of macro. Signed-off-by: Minkyu Kang --- arch/arm/include/asm/arch-s5pc1xx/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/include') 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) -- cgit v1.2.3