mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-05 22:31:36 +00:00
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>
This commit is contained in:
parent
889a275d42
commit
545dabbeef
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue