commit | 103895925fbee5bd612ce2217f619df717aa1bda | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Tue Aug 26 22:54:05 2008 +0100 |
committer | Ben Dooks <ben-linux@fluff.org> | Tue Aug 26 22:56:21 2008 +0100 |
tree | 2a2c61783e7ad0943d3dbde288b7d2bf4c75c69c | |
parent | 1442e662d8e159a3b67280d284c7b91f9fb31ba4 [diff] |
[ARM] S3C24XX: Fix sparse warnings in pwm.c Fix the following sparse warnings in arch/arm/plat-s3c24xx/pwm.c: warning: symbol 's3c_device_timer' was not declared. Should it be static? warning: symbol 'pwm_calc_tin' was not declared. Should it be static? Signed-off-by: Ben Dooks <ben-linux@fluff.org>