MIPS: lantiq: Directly include linux/of.h in xway/dma.c
authorMarc Zyngier <maz@kernel.org>
Thu, 13 Sep 2018 08:31:09 +0000 (09:31 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 10 Jun 2021 12:09:16 +0000 (13:09 +0100)
This drivers currently obtains linux/of.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: Marc Zyngier <maz@kernel.org>
arch/mips/lantiq/xway/dma.c

index aeb1b98..63dccb2 100644 (file)
@@ -12,6 +12,7 @@
 #include <linux/spinlock.h>
 #include <linux/clk.h>
 #include <linux/err.h>
+#include <linux/of.h>
 
 #include <lantiq_soc.h>
 #include <xway_dma.h>