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:
c5a114f
)
[PATCH] genirq: clean up irq-flow-type naming, fix
author
Ingo Molnar
<
[email protected]
>
Fri, 20 Oct 2006 06:28:28 +0000
(23:28 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 20 Oct 2006 17:26:37 +0000
(10:26 -0700)
Re-add the set_irq_chip_and_handler() prototype, it's still widely used.
Signed-off-by: Ingo Molnar <
[email protected]
>
Cc: Olaf Hering <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/irq.h
patch
|
blob
|
history
diff --git
a/include/linux/irq.h
b/include/linux/irq.h
index 775f5a7da493ce78238fb852a2c6f03e1a777421..52fc4052a0ae62d113fe1a7eef6692d8d93bf645 100644
(file)
--- a/
include/linux/irq.h
+++ b/
include/linux/irq.h
@@
-321,6
+321,9
@@
extern int can_request_irq(unsigned int irq, unsigned long irqflags);
extern struct irq_chip no_irq_chip;
extern struct irq_chip dummy_irq_chip;
+extern void
+set_irq_chip_and_handler(unsigned int irq, struct irq_chip *chip,
+ irq_flow_handler_t handle);
extern void
set_irq_chip_and_handler_name(unsigned int irq, struct irq_chip *chip,
irq_flow_handler_t handle, const char *name);