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:
781b167
)
timbgpio: fix build
author
David Miller
<
[email protected]
>
Fri, 5 Mar 2010 21:41:36 +0000
(13:41 -0800)
committer
Linus Torvalds
<
[email protected]
>
Sat, 6 Mar 2010 19:26:23 +0000
(11:26 -0800)
Use of get_irq_chip_data() et al. requires including linux/irq.h
Signed-off-by: David S. Miller <
[email protected]
>
Cc: Richard Röjfors <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/gpio/timbgpio.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/timbgpio.c
b/drivers/gpio/timbgpio.c
index a4d344ba8e5cd10868995f9edd6c3c98e4a09080..d941f45fe557470cda45f3249968c58cbf5cf4f5 100644
(file)
--- a/
drivers/gpio/timbgpio.c
+++ b/
drivers/gpio/timbgpio.c
@@
-23,6
+23,7
@@
#include <linux/module.h>
#include <linux/gpio.h>
#include <linux/platform_device.h>
+#include <linux/irq.h>
#include <linux/io.h>
#include <linux/timb_gpio.h>
#include <linux/interrupt.h>