projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4903fb
)
m68knommu: add prototype for ack_bad_irq
author
Greg Ungerer
<gerg@snapgear.com>
Thu, 26 Jul 2007 15:09:00 +0000
(
01:09
+1000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Thu, 26 Jul 2007 18:05:20 +0000
(11:05 -0700)
Create prototype for ack_bad_irq() for m68knommu.
Compilation of kernel/irq/handle.c fails without it.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-m68knommu/hardirq.h
patch
|
blob
|
history
diff --git
a/include/asm-m68knommu/hardirq.h
b/include/asm-m68knommu/hardirq.h
index 980075bab792741e3ddb253767701062fa3a41cf..bfad28149a49dd4ee46d55f42b43a6a4dc64125c 100644
(file)
--- a/
include/asm-m68knommu/hardirq.h
+++ b/
include/asm-m68knommu/hardirq.h
@@
-22,4
+22,6
@@
typedef struct {
# error HARDIRQ_BITS is too low!
#endif
+void ack_bad_irq(unsigned int irq);
+
#endif /* __M68K_HARDIRQ_H */