From: Ben Dooks Date: Tue, 26 Aug 2008 21:54:04 +0000 (+0100) Subject: [ARM] S3C24XX: Fix spare errors in pwm-clock driver X-Git-Tag: v2.6.27-rc5~1^2~6^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1442e662d8e159a3b67280d284c7b91f9fb31ba4;p=pandora-kernel.git [ARM] S3C24XX: Fix spare errors in pwm-clock driver Fix the following sparse warnings in arch/arm/plat-s3c24xx/pwm-clock.c: warning: symbol 'clk_timer_scaler' was not declared. Should it be static? warning: symbol 'clk_timer_tclk' was not declared. Should it be static? warning: symbol 'clk_timer_tdiv' was not declared. Should it be static? Signed-off-by: Ben Dooks --- Reading git-diff-tree failed