diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-07-05 21:31:52 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-07-05 21:31:52 +0000 |
commit | 1e8c3d2769fcfc0ec0744281bdbb96dfda6ccf32 (patch) | |
tree | 5152b01aff51a92c366d5a05212153a4e78b2c0f /target/linux/brcm63xx/patches-4.1/373-MIPS-BCM63XX-register-interrupt-controllers-through-.patch | |
parent | a6b2271f5df2384fd7d6edd49369b23a73bf8a78 (diff) | |
download | upstream-1e8c3d2769fcfc0ec0744281bdbb96dfda6ccf32.tar.gz upstream-1e8c3d2769fcfc0ec0744281bdbb96dfda6ccf32.tar.bz2 upstream-1e8c3d2769fcfc0ec0744281bdbb96dfda6ccf32.zip |
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 <jogo@openwrt.org>
SVN-Revision: 46183
Diffstat (limited to 'target/linux/brcm63xx/patches-4.1/373-MIPS-BCM63XX-register-interrupt-controllers-through-.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-4.1/373-MIPS-BCM63XX-register-interrupt-controllers-through-.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 f640449d65..555352ef11 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 <jogo@openwrt.org> #include <bcm63xx_io.h> #include <bcm63xx_irq.h> -+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) |