Commit c96e4768 authored by Lee Jones's avatar Lee Jones Committed by Linus Walleij

ARM: ux500: Clean-up legacy extern prototype

Decomission io_mapping() and device init calls from
non-DT boot path.
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent cef2e06c
......@@ -19,9 +19,6 @@
void ux500_restart(enum reboot_mode mode, const char *cmd);
void __init ux500_map_io(void);
extern void __init u8500_map_io(void);
extern struct device * __init u8500_init_devices(void);
extern void __init ux500_init_irq(void);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment