]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ARM] S3C24XX: Fix spare errors in pwm-clock driver
authorBen Dooks <ben-linux@fluff.org>
Tue, 26 Aug 2008 21:54:04 +0000 (22:54 +0100)
committerBen Dooks <ben-linux@fluff.org>
Tue, 26 Aug 2008 21:56:21 +0000 (22:56 +0100)
commit1442e662d8e159a3b67280d284c7b91f9fb31ba4
tree12d06287d8f8902b21788ce94fe8709be9f7b749
parentf4cb1a89640ee28b66081061e55871f5e0ac685f
[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 <ben-linux@fluff.org>
arch/arm/plat-s3c24xx/pwm-clock.c