projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b1c3c8
)
[ARM] 5605/1: Fix ep93xx gpio.c headers
author
Ryan Mallon
<ryan@bluewatersys.com>
Wed, 15 Jul 2009 20:31:46 +0000
(21:31 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 17 Jul 2009 12:35:58 +0000
(13:35 +0100)
Fix a number of build errors in ep93xx gpio.c due to to missing irq.h
Signed-off-by: Ryan Mallon <ryan@bluewatersys.com>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-ep93xx/gpio.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-ep93xx/gpio.c
b/arch/arm/mach-ep93xx/gpio.c
index 2d83d69e2eed0a750d3aa1ba293f1b9ada847646..1ea8871e03a96db862ef27ebca06fc325baeb6aa 100644
(file)
--- a/
arch/arm/mach-ep93xx/gpio.c
+++ b/
arch/arm/mach-ep93xx/gpio.c
@@
-18,6
+18,7
@@
#include <linux/seq_file.h>
#include <linux/io.h>
#include <linux/gpio.h>
+#include <linux/irq.h>
#include <mach/hardware.h>