From: Ben Dooks Date: Fri, 17 Apr 2009 11:36:43 +0000 (+0100) Subject: [ARM] S3C24XX: Fix sparse error in gpiolib.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ec5cfbfc05b180a026b4ebce72f341ee196de262;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [ARM] S3C24XX: Fix sparse error in gpiolib.c Fix the following sparse error generated by including instead of gpiolib.c:78:22: warning: symbol 's3c24xx_gpios' was not declared. Should it be static? Signed-off-by: Ben Dooks Signed-off-by: Ben Dooks --- diff --git a/arch/arm/plat-s3c24xx/gpiolib.c b/arch/arm/plat-s3c24xx/gpiolib.c index 94a341aaa4e4..5c0491bf738b 100644 --- a/arch/arm/plat-s3c24xx/gpiolib.c +++ b/arch/arm/plat-s3c24xx/gpiolib.c @@ -19,7 +19,7 @@ #include #include -#include +#include #include #include