From 1e8c3d2769fcfc0ec0744281bdbb96dfda6ccf32 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sun, 5 Jul 2015 21:31:52 +0000 Subject: brcm63xx: use IRQCHIP_DECLARE instead of self-baked version Backport a commit from 4.2 making IRQCHIP_DECLARE available outside of drivers/irqchip and use it. Signed-off-by: Jonas Gorski SVN-Revision: 46183 --- .../373-MIPS-BCM63XX-register-interrupt-controllers-through-.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/brcm63xx/patches-4.1/373-MIPS-BCM63XX-register-interrupt-controllers-through-.patch') diff --git a/target/linux/brcm63xx/patches-4.1/373-MIPS-BCM63XX-register-interrupt-controllers-through-.patch b/target/linux/brcm63xx/patches-4.1/373-MIPS-BCM63XX-register-interrupt-controllers-through-.patch index f640449..555352e 100644 --- a/target/linux/brcm63xx/patches-4.1/373-MIPS-BCM63XX-register-interrupt-controllers-through-.patch +++ b/target/linux/brcm63xx/patches-4.1/373-MIPS-BCM63XX-register-interrupt-controllers-through-.patch @@ -23,7 +23,7 @@ Signed-off-by: Jonas Gorski #include #include -+OF_DECLARE_2(irqchip, mips_cpu_intc, "mti,cpu-interrupt-controller", ++IRQCHIP_DECLARE(mips_cpu_intc, "mti,cpu-interrupt-controller", + mips_cpu_irq_of_init); + void __init arch_init_irq(void) -- cgit v1.1