diff options
author | Alban Bedel <albeu@free.fr> | 2016-01-23 15:57:47 +0300 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2016-02-17 16:47:19 +0300 |
commit | 81ffb18ce4a0c400b051c3df67e452410d6be1ec (patch) | |
tree | 476e2872ec38e77354efc8e6be389a955374603d /arch/mips/include/asm/mach-ath79 | |
parent | 07ba4b061a79896315a7be4b123de12df6a9d2bd (diff) | |
download | linux-81ffb18ce4a0c400b051c3df67e452410d6be1ec.tar.xz |
irqchip/ath79-cpu: Move the CPU IRQ driver from arch/mips/ath79/
Signed-off-by: Alban Bedel <albeu@free.fr>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Link: https://lkml.kernel.org/r/1453553867-27003-2-git-send-email-albeu@free.fr
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/mips/include/asm/mach-ath79')
-rw-r--r-- | arch/mips/include/asm/mach-ath79/ath79.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-ath79/ath79.h b/arch/mips/include/asm/mach-ath79/ath79.h index 22a2f56ad5e9..441faa92c3cd 100644 --- a/arch/mips/include/asm/mach-ath79/ath79.h +++ b/arch/mips/include/asm/mach-ath79/ath79.h @@ -144,6 +144,7 @@ static inline u32 ath79_reset_rr(unsigned reg) void ath79_device_reset_set(u32 mask); void ath79_device_reset_clear(u32 mask); +void ath79_cpu_irq_init(unsigned irq_wb_chan2, unsigned irq_wb_chan3); void ath79_misc_irq_init(void __iomem *regs, int irq, int irq_base, bool is_ar71xx); |