Commit 1982752f authored by Marc Zyngier's avatar Marc Zyngier
Browse files

irqchip/mips-gic: Directly include linux/irqdomain.h



This drivers currently obtains linux/irqdomain.h by luck and
a chain of bizarre inclusions, which we're about to fix.

Let's include the required file directly.

Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
parent bc9a454a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/irqchip.h>
#include <linux/irqdomain.h>
#include <linux/of_address.h>
#include <linux/percpu.h>
#include <linux/sched.h>