summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/spl.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-22 00:27:30 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-25 00:27:53 +0900
commit0b198670c6525392337462282efeaefe459e14cd (patch)
treed14dd5fd12d3ecfcb75dd9036e1f6f8ef46cbacd /arch/arm/mach-uniphier/spl.c
parentf1378cabc0d340393bc7e0312f5e1f70d5d19434 (diff)
ARM: uniphier: remove useless wrapper functions
The wrapper functions, uniphier_board_*, are just making function calls complex. Remove them. Also, use empty inline functions in case CONFIG_MICRO_SUPPORT_CARD is disabled, so that prototype checking works. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/spl.c')
-rw-r--r--arch/arm/mach-uniphier/spl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-uniphier/spl.c b/arch/arm/mach-uniphier/spl.c
index 78534fc41c..661d73ae4a 100644
--- a/arch/arm/mach-uniphier/spl.c
+++ b/arch/arm/mach-uniphier/spl.c
@@ -40,11 +40,11 @@ void spl_board_init(void)
sg_init();
- uniphier_board_reset();
+ support_card_reset();
pll_init();
- uniphier_board_init();
+ support_card_init();
led_write(L, 0, , );