]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commitf4cb1a89640ee28b66081061e55871f5e0ac685f
treeb93647864f08136d19cf250d5268c1197c85bb53
parentec8292347b5052633b46b562598b0e3ee7875ce7
[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