aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@sifive.com>2018-06-22 15:46:28 -0700
committerPalmer Dabbelt <palmer@sifive.com>2018-07-04 14:12:42 -0700
commit8606544890d7dc4f7a740963f70dc1e1d54f8e30 (patch)
treeb62ab7fab282c28f0e554ab3f14e22366f568189
parentf67f10b8a6c96ab6c1d6946d269e2ca5f9998cc2 (diff)
downloadlinux-lora-8606544890d7dc4f7a740963f70dc1e1d54f8e30.tar.gz
RISC-V: Don't include irq-riscv-intc.h
This file has never existed in the upstream kernel, but it's guarded by an #ifdef that's also never existed in the upstream kernel. As a part of our interrupt controller refactoring this header is no longer necessary, but this reference managed to sneak in anyway. Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
-rw-r--r--arch/riscv/kernel/irq.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/riscv/kernel/irq.c b/arch/riscv/kernel/irq.c
index b74cbfbce2d0d..7bcdaed15703b 100644
--- a/arch/riscv/kernel/irq.c
+++ b/arch/riscv/kernel/irq.c
@@ -16,10 +16,6 @@
#include <linux/irqchip.h>
#include <linux/irqdomain.h>
-#ifdef CONFIG_RISCV_INTC
-#include <linux/irqchip/irq-riscv-intc.h>
-#endif
-
void __init init_IRQ(void)
{
irqchip_init();