summaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon
diff options
context:
space:
mode:
authorAaro Koskinen2018-11-21 23:37:25 +0100
committerPaul Burton2018-11-22 00:36:40 +0100
commit3533b9acf2771159c37d42035c899f0e350cb4f6 (patch)
treec0fcc1a9a9bf679fe09b6bf98dc526d4db51e10e /arch/mips/cavium-octeon
parentMIPS: OCTEON: setup: include asm/fw/fw.h (diff)
downloadkernel-qcow2-linux-3533b9acf2771159c37d42035c899f0e350cb4f6.tar.gz
kernel-qcow2-linux-3533b9acf2771159c37d42035c899f0e350cb4f6.tar.xz
kernel-qcow2-linux-3533b9acf2771159c37d42035c899f0e350cb4f6.zip
MIPS: OCTEON: setup: include asm/prom.h
Include arm/prom.h to get the declaration of device_tree_init(). Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Paul Burton <paul.burton@mips.com> Patchwork: https://patchwork.linux-mips.org/patch/21202/ Cc: Ralf Baechle <ralf@linux-mips.org> Cc: James Hogan <jhogan@kernel.org> Cc: linux-mips@linux-mips.org
Diffstat (limited to 'arch/mips/cavium-octeon')
-rw-r--r--arch/mips/cavium-octeon/setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setup.c
index c6badc464812..2c79ab52977a 100644
--- a/arch/mips/cavium-octeon/setup.c
+++ b/arch/mips/cavium-octeon/setup.c
@@ -38,6 +38,7 @@
#include <asm/sections.h>
#include <asm/fw/fw.h>
#include <asm/setup.h>
+#include <asm/prom.h>
#include <asm/time.h>
#include <asm/octeon/octeon.h>