summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/mpc85xx
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-05-18 19:46:26 +0000
committerattilio <attilio@FreeBSD.org>2011-05-18 19:46:26 +0000
commitf8e98f8a14bc1430bfe19cc9d343cfb4c36c2c01 (patch)
tree1f50e6b864d7c6f7ce121f5e93da6572388fdbf6 /sys/powerpc/mpc85xx
parentff6227dac7969d6ee829411d886560babf9263a7 (diff)
downloadFreeBSD-src-f8e98f8a14bc1430bfe19cc9d343cfb4c36c2c01.zip
FreeBSD-src-f8e98f8a14bc1430bfe19cc9d343cfb4c36c2c01.tar.gz
Fix compilation.
Submitted by: andreast
Diffstat (limited to 'sys/powerpc/mpc85xx')
-rw-r--r--sys/powerpc/mpc85xx/openpic_fdt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/powerpc/mpc85xx/openpic_fdt.c b/sys/powerpc/mpc85xx/openpic_fdt.c
index 7cf18ea..1cd9369 100644
--- a/sys/powerpc/mpc85xx/openpic_fdt.c
+++ b/sys/powerpc/mpc85xx/openpic_fdt.c
@@ -37,11 +37,12 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <machine/intr_machdep.h>
-#include <machine/openpicvar.h>
#include <dev/ofw/ofw_bus.h>
#include <dev/ofw/ofw_bus_subr.h>
+#include <machine/openpicvar.h>
+
#include "pic_if.h"
static int openpic_fdt_probe(device_t);
OpenPOWER on IntegriCloud