summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorKuninori Morimoto2012-04-09 07:29:12 +0200
committerRafael J. Wysocki2012-05-12 22:26:43 +0200
commit8823e2b38bd0ee45346ebd3613f47ddb2a3a208a (patch)
tree7f5865928a1a5a2d792a8af250461a4f23bbf582 /arch/arm/mach-shmobile
parentARM: mach-shmobile: sh7372 CEU supports up to 8188x8188 images (diff)
downloadkernel-qcow2-linux-8823e2b38bd0ee45346ebd3613f47ddb2a3a208a.tar.gz
kernel-qcow2-linux-8823e2b38bd0ee45346ebd3613f47ddb2a3a208a.tar.xz
kernel-qcow2-linux-8823e2b38bd0ee45346ebd3613f47ddb2a3a208a.zip
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>
Diffstat (limited to 'arch/arm/mach-shmobile')
-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();