From: Greg Ungerer Date: Thu, 26 Jul 2007 15:09:00 +0000 (+1000) Subject: m68knommu: add prototype for ack_bad_irq X-Git-Tag: v2.6.23-rc2~264 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c423941890daebe2205a11bca7b51907f2b13940;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git 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 Signed-off-by: Linus Torvalds --- diff --git a/include/asm-m68knommu/hardirq.h b/include/asm-m68knommu/hardirq.h index 980075b..bfad281 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 */