From: Ben Dooks Date: Fri, 17 Apr 2009 11:36:49 +0000 (+0100) Subject: [ARM] S3C: Fix ADC driver sparse warning X-Git-Tag: v2.6.30-rc3~61^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8c8ac8109ecdd3583b0ac9fd3adf058678a802e;p=pandora-kernel.git [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 Signed-off-by: Ben Dooks --- Reading git-diff-tree failed