summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/include
diff options
context:
space:
mode:
authorMarc Zyngier2014-08-26 12:03:41 +0200
committerJason Cooper2014-09-03 15:11:02 +0200
commit087fe000f086c933f831044cbd0e69b4e140f38c (patch)
tree72e9e7aa8d347185907994a3d7c25f221da22ada /arch/openrisc/include
parentarm64: Get rid of handle_IRQ (diff)
downloadkernel-qcow2-linux-087fe000f086c933f831044cbd0e69b4e140f38c.tar.gz
kernel-qcow2-linux-087fe000f086c933f831044cbd0e69b4e140f38c.tar.xz
kernel-qcow2-linux-087fe000f086c933f831044cbd0e69b4e140f38c.zip
openrisc: Get rid of handle_IRQ
The openrisc irqchip driver has been converted to handle_domain_irq, making it possible to remove the handle_IRQ stub entierely. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Acked-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> Link: https://lkml.kernel.org/r/1409047421-27649-27-git-send-email-marc.zyngier@arm.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/openrisc/include')
-rw-r--r--arch/openrisc/include/asm/irq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/openrisc/include/asm/irq.h b/arch/openrisc/include/asm/irq.h
index b84634cc95eb..d9eee0a2b7b4 100644
--- a/arch/openrisc/include/asm/irq.h
+++ b/arch/openrisc/include/asm/irq.h
@@ -24,7 +24,6 @@
#define NO_IRQ (-1)
-void handle_IRQ(unsigned int, struct pt_regs *);
extern void set_handle_irq(void (*handle_irq)(struct pt_regs *));
#endif /* __ASM_OPENRISC_IRQ_H__ */