summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/irq_cpu.h
diff options
context:
space:
mode:
authorJiaxun Yang <jiaxun.yang@flygoat.com>2020-03-26 14:17:00 +0800
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2021-01-04 11:37:27 +0100
commit0ea33321ffaf20a54e87a9fe087628a1f72a36bc (patch)
tree71f945c90bfc3b747550929bc2f9aba25859d301 /arch/mips/include/asm/irq_cpu.h
parentc2b49a3237869213ef154da05570365af23408ad (diff)
downloadlinux-0ea33321ffaf20a54e87a9fe087628a1f72a36bc.tar.bz2
MIPS: Kill RM7K & RM9K IRQ Code
RM7000 IRQ driver never got really used by any of the platform, and rm9k_cpu_irq_init only exist in a header. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include/asm/irq_cpu.h')
-rw-r--r--arch/mips/include/asm/irq_cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/irq_cpu.h b/arch/mips/include/asm/irq_cpu.h
index 8d321180b5c2..83d7331ab215 100644
--- a/arch/mips/include/asm/irq_cpu.h
+++ b/arch/mips/include/asm/irq_cpu.h
@@ -10,8 +10,6 @@
#define _ASM_IRQ_CPU_H
extern void mips_cpu_irq_init(void);
-extern void rm7k_cpu_irq_init(void);
-extern void rm9k_cpu_irq_init(void);
#ifdef CONFIG_IRQ_DOMAIN
struct device_node;