From: Ben Dooks Date: Sun, 17 Dec 2006 19:59:37 +0000 (+0100) Subject: [ARM] 4046/1: S3C24XX: fix sparse errors arch/arm/mach-s3c2410 X-Git-Tag: v2.6.20-rc2~87^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ae9e420de165c2a992d116002d05655138d8f24;p=pandora-kernel.git [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 Signed-off-by: Russell King --- Reading git-diff-tree failed