浏览代码

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>
Minkyu Kang 14 年之前
父节点
当前提交
545dabbeef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/include/asm/arch-s5pc1xx/cpu.h

+ 1 - 1
arch/arm/include/asm/arch-s5pc1xx/cpu.h

@@ -85,7 +85,7 @@ static inline unsigned int samsung_get_base_##device(void)	\
 		return S5PC110_##base;				\
 		return S5PC110_##base;				\
 	else							\
 	else							\
 		return 0;					\
 		return 0;					\
-}								\
+}
 
 
 SAMSUNG_BASE(clock, CLOCK_BASE)
 SAMSUNG_BASE(clock, CLOCK_BASE)
 SAMSUNG_BASE(gpio, GPIO_BASE)
 SAMSUNG_BASE(gpio, GPIO_BASE)