projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db75639
)
[ARM] S3C24XX: Fix sparse error in gpiolib.c
author
Ben Dooks
<ben@simtec.co.uk>
Fri, 17 Apr 2009 11:36:43 +0000
(12:36 +0100)
committer
Ben Dooks
<ben-linux@fluff.org>
Fri, 17 Apr 2009 11:42:24 +0000
(12:42 +0100)
Fix the following sparse error generated by including
<plat/gpio-core.h> instead of <mach/gpio-core.h>
gpiolib.c:78:22: warning: symbol 's3c24xx_gpios' 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/gpiolib.c
patch
|
blob
|
history
diff --git
a/arch/arm/plat-s3c24xx/gpiolib.c
b/arch/arm/plat-s3c24xx/gpiolib.c
index 94a341aaa4e4ce01c4a3a2e40109201824ac8671..5c0491bf738bf551adb98c74dc719ae3a10f1b0d 100644
(file)
--- a/
arch/arm/plat-s3c24xx/gpiolib.c
+++ b/
arch/arm/plat-s3c24xx/gpiolib.c
@@
-19,7
+19,7
@@
#include <linux/io.h>
#include <linux/gpio.h>
-#include <
plat
/gpio-core.h>
+#include <
mach
/gpio-core.h>
#include <mach/hardware.h>
#include <asm/irq.h>