mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-11 17:26:43 +07:00
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);
|