diff options
| author | Minkyu Kang <[email protected]> | 2010-08-24 15:37:57 +0900 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2010-08-26 17:34:38 +0900 |
| commit | 545dabbeef56ffea33cedee56067edacd9fb90f0 (patch) | |
| tree | 7930a089b621b75d1b8e3e6d7884cf9a7e056e1d | |
| parent | 889a275d428be2790270f7280385207c1666eb4b (diff) | |
ARMV7: S5P: fix the macro at samsung_get_base function
New line is unnecessary at last line of macro.
Signed-off-by: Minkyu Kang <[email protected]>
| -rw-r--r-- | arch/arm/include/asm/arch-s5pc1xx/cpu.h | 2 |
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 0e80ba33038..e74959fe222 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) |
