aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2007-07-27 01:09:00 +1000
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-26 11:05:20 -0700
commitc423941890daebe2205a11bca7b51907f2b13940 (patch)
treed42fdfd08853a5f6f01173c4fb5ed30858288657
parentMerge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 (diff)
downloadlinux-dev-c423941890daebe2205a11bca7b51907f2b13940.tar.xz
linux-dev-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>
-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 */