[ARM] S3C64XX: sparse warnings in arch/arm/plat-s3c64xx/s3c6400-clock.c
authorBen Dooks <ben-linux@fluff.org>
Fri, 27 Feb 2009 11:25:37 +0000 (11:25 +0000)
committerBen Dooks <ben-linux@fluff.org>
Fri, 27 Feb 2009 11:25:37 +0000 (11:25 +0000)
commit3782d3605522b836f53c6d11f76abf5404425c1b
treecb51a698f5b90cfd4427f7d53b028f74b12769f6
parent41ba41d7c7e1d2a3c9cdfe16c1ee9f7af4693ae2
[ARM] S3C64XX: sparse warnings in arch/arm/plat-s3c64xx/s3c6400-clock.c

Fix the following sparse warnings in s3c6400-clock.c:

39:12: warning: symbol 'clk_ext_xtal_mux' was not declared. Should it be static?
66:12: warning: symbol 'clk_fout_apll' was not declared. Should it be static?
81:19: warning: symbol 'clk_mout_apll' was not declared. Should it be static?
91:12: warning: symbol 'clk_fout_epll' was not declared. Should it be static?
106:19: warning: symbol 'clk_mout_epll' was not declared. Should it be static?
126:19: warning: symbol 'clk_mout_mpll' was not declared. Should it be static?
148:12: warning: symbol 'clk_dout_mpll' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s3c64xx/s3c6400-clock.c