]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] S3C24XX: Fix sparse warnings in arch/arm/plat-s3c24xx/gpiolib.c
authorBen Dooks <ben-linux@fluff.org>
Tue, 26 Aug 2008 21:54:03 +0000 (22:54 +0100)
committerBen Dooks <ben-linux@fluff.org>
Tue, 26 Aug 2008 21:56:20 +0000 (22:56 +0100)
commit0f3e0f99a35f03f230c03c882a85379c568e5dca
treeb93647864f08136d19cf250d5268c1197c85bb53
parent4cc6500be984bead0a2eb5e87c55b8d5bf0c6e07
[ARM] S3C24XX: Fix sparse warnings in arch/arm/plat-s3c24xx/gpiolib.c

Fix the following problems spotted by sparse:

warning: symbol 's3c24xx_gpiolib_input' was not declared. Should it be static?
warning: symbol 's3c24xx_gpiolib_output' was not declared. Should it be static?
warning: symbol 's3c24xx_gpiolib_set' was not declared. Should it be static?
warning: symbol 's3c24xx_gpiolib_get' was not declared. Should it be static?
warning: symbol 'gpios' was not declared. Should it be static?

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