commit | 1442e662d8e159a3b67280d284c7b91f9fb31ba4 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Tue Aug 26 22:54:04 2008 +0100 |
committer | Ben Dooks <ben-linux@fluff.org> | Tue Aug 26 22:56:21 2008 +0100 |
tree | 12d06287d8f8902b21788ce94fe8709be9f7b749 | |
parent | f4cb1a89640ee28b66081061e55871f5e0ac685f [diff] |
[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>