Skip to content

Commit 8606544

Browse files
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 <[email protected]>
1 parent f67f10b commit 8606544

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/riscv/kernel/irq.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
#include <linux/irqchip.h>
1717
#include <linux/irqdomain.h>
1818

19-
#ifdef CONFIG_RISCV_INTC
20-
#include <linux/irqchip/irq-riscv-intc.h>
21-
#endif
22-
2319
void __init init_IRQ(void)
2420
{
2521
irqchip_init();

0 commit comments

Comments
 (0)