61b3875382
The symbols from cpu-8815.c were being broadcast across the entire kernel but are only really used locally in mach-nomadik so let's localize them. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
4 lines
111 B
C
4 lines
111 B
C
extern void cpu8815_map_io(void);
|
|
extern void cpu8815_platform_init(void);
|
|
extern void cpu8815_init_irq(void);
|