]> git.sur5r.net Git - u-boot/commitdiff
ARMV7: S5P: fix the macro at samsung_get_base function
authorMinkyu Kang <mk7.kang@samsung.com>
Tue, 24 Aug 2010 06:37:57 +0000 (15:37 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 26 Aug 2010 08:34:38 +0000 (17:34 +0900)
New line is unnecessary at last line of macro.

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/include/asm/arch-s5pc1xx/cpu.h

index 0e80ba33038255866b5b5a59d54edc8c50106f5d..e74959fe222e464cb3054f253a8dd86e8b7b45a4 100644 (file)
@@ -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)