summaryrefslogtreecommitdiffstats
path: root/include/asm-v850/hardirq.h
diff options
context:
space:
mode:
authorChristoph Hellwig2005-11-15 09:09:18 +0100
committerLinus Torvalds2005-11-15 17:59:20 +0100
commit0c53508980a95b84c296c4336a831776cc22cf58 (patch)
tree66f908cb6cbdeb2bbc34fd3a3ab08090ecc3d9a2 /include/asm-v850/hardirq.h
parent[PATCH] v850: Add missing include in hardirq.h (diff)
downloadkernel-qcow2-linux-0c53508980a95b84c296c4336a831776cc22cf58.tar.gz
kernel-qcow2-linux-0c53508980a95b84c296c4336a831776cc22cf58.tar.xz
kernel-qcow2-linux-0c53508980a95b84c296c4336a831776cc22cf58.zip
[PATCH] v850: use generic hardirq code
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Miles Bader <miles@gnu.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-v850/hardirq.h')
-rw-r--r--include/asm-v850/hardirq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-v850/hardirq.h b/include/asm-v850/hardirq.h
index 4f913bccbefb..d98488cd5af1 100644
--- a/include/asm-v850/hardirq.h
+++ b/include/asm-v850/hardirq.h
@@ -24,4 +24,6 @@ typedef struct {
# error HARDIRQ_BITS is too low!
#endif
+void ack_bad_irq(unsigned int irq);
+
#endif /* __V850_HARDIRQ_H__ */