aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKuninori Morimoto <[email protected]>2012-04-08 22:29:12 -0700
committerRafael J. Wysocki <[email protected]>2012-05-12 22:26:43 +0200
commit8823e2b38bd0ee45346ebd3613f47ddb2a3a208a (patch)
tree7f5865928a1a5a2d792a8af250461a4f23bbf582
parentef8f41ff0c561c17177ed3b8fb96731f6e55cf69 (diff)
ARM: mach-shmobile: bonito: make sure static function
The function bonito_add_early_devices() needs to be static. Signed-off-by: Kuninori Morimoto <[email protected]> Acked-by: Magnus Damm <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
-rw-r--r--arch/arm/mach-shmobile/board-bonito.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-bonito.c b/arch/arm/mach-shmobile/board-bonito.c
index 81fd95f7f52a..63ab7062bee3 100644
--- a/arch/arm/mach-shmobile/board-bonito.c
+++ b/arch/arm/mach-shmobile/board-bonito.c
@@ -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();