Commit bc9a454a authored by Marc Zyngier's avatar Marc Zyngier
Browse files

watchdog/octeon-wdt: 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 c7d49545
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@
#include <linux/delay.h>
#include <linux/cpu.h>
#include <linux/irq.h>
#include <linux/irqdomain.h>

#include <asm/mipsregs.h>
#include <asm/uasm.h>