Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35b258dc authored by Zubair Lutfullah Kakakhel's avatar Zubair Lutfullah Kakakhel Committed by Ralf Baechle
Browse files

MIPS: xilfpga: Use irqchip instead of the legacy way



This prepares the code to use the Xilinx Interrupt Controller
driver in drivers/irqchip/irq-xilinx-intc.c

Signed-off-by: default avatarZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Cc: Zubair.Kakakhel@imgtec.com
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/14591/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 20d6f0c3
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -11,15 +11,12 @@

#include <linux/of.h>
#include <linux/of_irq.h>
#include <linux/irqchip.h>

#include <asm/irq_cpu.h>

static struct of_device_id of_irq_ids[] __initdata = {
	{ .compatible = "mti,cpu-interrupt-controller", .data = mips_cpu_irq_of_init },
	{},
};

void __init arch_init_irq(void)
{
	of_irq_init(of_irq_ids);
	irqchip_init();
}