summaryrefslogtreecommitdiffstats
path: root/include/asm-m68knommu/hardirq.h
diff options
context:
space:
mode:
authorGreg Ungerer2007-07-26 17:09:00 +0200
committerLinus Torvalds2007-07-26 20:05:20 +0200
commitc423941890daebe2205a11bca7b51907f2b13940 (patch)
treed42fdfd08853a5f6f01173c4fb5ed30858288657 /include/asm-m68knommu/hardirq.h
parentMerge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... (diff)
downloadkernel-qcow2-linux-c423941890daebe2205a11bca7b51907f2b13940.tar.gz
kernel-qcow2-linux-c423941890daebe2205a11bca7b51907f2b13940.tar.xz
kernel-qcow2-linux-c423941890daebe2205a11bca7b51907f2b13940.zip
m68knommu: add prototype for ack_bad_irq
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>
Diffstat (limited to 'include/asm-m68knommu/hardirq.h')
-rw-r--r--include/asm-m68knommu/hardirq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-m68knommu/hardirq.h b/include/asm-m68knommu/hardirq.h
index 980075bab792..bfad28149a49 100644
--- 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 */