summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-02-19 14:05:28 +0000
committerandrew <andrew@FreeBSD.org>2016-02-19 14:05:28 +0000
commit78d6500543330d4164671c73b54a45f1550fd777 (patch)
tree4da6d4390204df78c3dfd1380c06033f96471590
parent73c7c751cd8eb41281c92805b26881cbeb69c607 (diff)
downloadFreeBSD-src-78d6500543330d4164671c73b54a45f1550fd777.zip
FreeBSD-src-78d6500543330d4164671c73b54a45f1550fd777.tar.gz
Include ofw_bus_subr.h before ofw_pci.h for the definition of struct
ofw_bus_iinfo. Sponsored by: ABT Systems Ltd
-rw-r--r--sys/arm/mv/mv_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/mv/mv_pci.c b/sys/arm/mv/mv_pci.c
index 91ffa47..49d095d 100644
--- a/sys/arm/mv/mv_pci.c
+++ b/sys/arm/mv/mv_pci.c
@@ -61,8 +61,8 @@ __FBSDID("$FreeBSD$");
#include <dev/fdt/fdt_common.h>
#include <dev/ofw/ofw_bus.h>
-#include <dev/ofw/ofw_pci.h>
#include <dev/ofw/ofw_bus_subr.h>
+#include <dev/ofw/ofw_pci.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>
#include <dev/pci/pcib_private.h>
OpenPOWER on IntegriCloud