aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410/mach-otom.c
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2005-09-20 17:24:33 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-09-20 17:24:33 +0100
commit5fe10ab19046d84f3fd243436cbd5fa01019e809 (patch)
tree3b79a956940cf021801f9c8ae757d77b996c4355 /arch/arm/mach-s3c2410/mach-otom.c
parent[ARM] 2927/1: .arch.info - postfix section with .init for `make buildcheck` (diff)
downloadlinux-dev-5fe10ab19046d84f3fd243436cbd5fa01019e809.tar.xz
linux-dev-5fe10ab19046d84f3fd243436cbd5fa01019e809.zip
[ARM] 2928/1: S3C2410 - make machine init code static
Patch from Ben Dooks This code is not being exported, declare it static Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-otom.c')
-rw-r--r--arch/arm/mach-s3c2410/mach-otom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-otom.c b/arch/arm/mach-s3c2410/mach-otom.c
index d901ed492ff5..ad1459e402e2 100644
--- a/arch/arm/mach-s3c2410/mach-otom.c
+++ b/arch/arm/mach-s3c2410/mach-otom.c
@@ -105,7 +105,7 @@ static struct s3c24xx_board otom11_board __initdata = {
};
-void __init otom11_map_io(void)
+static void __init otom11_map_io(void)
{
s3c24xx_init_io(otom11_iodesc, ARRAY_SIZE(otom11_iodesc));
s3c24xx_init_clocks(0);