[ARM] 4046/1: S3C24XX: fix sparse errors arch/arm/mach-s3c2410
authorBen Dooks <ben-linux@fluff.org>
Sun, 17 Dec 2006 19:59:37 +0000 (20:59 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 17 Dec 2006 23:37:58 +0000 (23:37 +0000)
commit7ae9e420de165c2a992d116002d05655138d8f24
treeb77ac168a3b5f01b0ec6c33e347021ec2e42db3c
parent58d19d6ea608077e83c30e58ae1494246b1f6b82
[ARM] 4046/1: S3C24XX: fix sparse errors arch/arm/mach-s3c2410

Fix the following sparse errors in arch/arm/mach-s3c2410
by fixing the include paths and making un-exported items
static.

s3c2410-clock.c:206:12: warning: symbol 's3c2410_baseclk_add' was not declared. Should it be static?
s3c2412-clock.c:559:17: warning: symbol 'clks_src' was not declared. Should it be static?
s3c2412-clock.c:622:12: warning: symbol 'clks' was not declared. Should it be static?
s3c2412-clock.c:630:12: warning: symbol 's3c2412_baseclk_add' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-s3c2410/s3c2410-clock.c
arch/arm/mach-s3c2410/s3c2412-clock.c