Skip to content

Commit

Permalink
ARM: mach-shmobile: bonito: make sure static function
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kuninori Morimoto authored and Rafael J. Wysocki committed May 12, 2012
1 parent ef8f41f commit 8823e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-shmobile/board-bonito.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 8823e2b

Please sign in to comment.