projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0070994
)
ARM: S3C2410: Fix sparse warnings in arch/arm/mach-s3c2410/gpio.c
author
Ben Dooks
<ben-linux@fluff.org>
Mon, 26 Oct 2009 21:21:32 +0000
(21:21 +0000)
committer
Ben Dooks
<ben-linux@fluff.org>
Wed, 28 Oct 2009 18:34:56 +0000
(18:34 +0000)
Fix sparse warning in arch/arm/mach-s3c2410/gpio.c due to missing
include of <mach/gpio-fns.h>. Fixes the following warning:
warning: symbol 's3c2410_gpio_irqfilter' was not declared. Should it be static?
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2410/gpio.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-s3c2410/gpio.c
b/arch/arm/mach-s3c2410/gpio.c
index 7974afca297ce2282a276ed51063b5d28e3e738e..9664e011dae2f1bd9f521d5cd9469ac991c6c188 100644
(file)
--- a/
arch/arm/mach-s3c2410/gpio.c
+++ b/
arch/arm/mach-s3c2410/gpio.c
@@
-28,6
+28,7
@@
#include <linux/io.h>
#include <mach/hardware.h>
+#include <mach/gpio-fns.h>
#include <asm/irq.h>
#include <mach/regs-gpio.h>