]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] S3C: Fix ADC driver sparse warning
authorBen Dooks <ben@simtec.co.uk>
Fri, 17 Apr 2009 11:36:49 +0000 (12:36 +0100)
committerBen Dooks <ben-linux@fluff.org>
Fri, 17 Apr 2009 11:42:25 +0000 (12:42 +0100)
commit0bbc5014ab821d086a0f8bad2904ed6f2afa4f15
tree20c5b4eb74917df074b20befd1a3a3071444b264
parent1e7be4c56931219ae7f5d4decd390bec99fa4eab
[ARM] S3C: Fix ADC driver sparse warning

The symbol 's3c_adc_try' in arch/arm/plat-s3c24xx/adc.c
does not need to be exported and thus should be static.

This fixes the following sparse warning:

adc.c:103:6: warning: symbol 's3c_adc_try' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s3c24xx/adc.c