mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-28 06:07:16 +00:00
ARM: mach-shmobile: bonito: make sure static function
The function bonito_add_early_devices() needs to be static. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
This commit is contained in:
parent
ef8f41ff0c
commit
8823e2b38b
@ -486,7 +486,7 @@ static void __init bonito_earlytimer_init(void)
|
||||
shmobile_earlytimer_init();
|
||||
}
|
||||
|
||||
void __init bonito_add_early_devices(void)
|
||||
static void __init bonito_add_early_devices(void)
|
||||
{
|
||||
r8a7740_add_early_devices();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user