Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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);