m68knommu: add prototype for ack_bad_irq
authorGreg Ungerer <[email protected]>
Thu, 26 Jul 2007 15:09:00 +0000 (01:09 +1000)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/asm-m68knommu/hardirq.h

index 980075bab792741e3ddb253767701062fa3a41cf..bfad28149a49dd4ee46d55f42b43a6a4dc64125c 100644 (file)
@@ -22,4 +22,6 @@ typedef struct {
 # error HARDIRQ_BITS is too low!
 #endif
 
+void ack_bad_irq(unsigned int irq);
+
 #endif /* __M68K_HARDIRQ_H */