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:
Kuninori Morimoto 2012-04-08 22:29:12 -07:00 committed by Rafael J. Wysocki
parent ef8f41ff0c
commit 8823e2b38b
1 changed files with 1 additions and 1 deletions

View File

@ -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();