svn commit: r295807 - head/sys/arm/mv

Andrew Turner andrew at FreeBSD.org
Fri Feb 19 14:05:29 UTC 2016


Author: andrew
Date: Fri Feb 19 14:05:28 2016
New Revision: 295807
URL: https://svnweb.freebsd.org/changeset/base/295807

Log:
  Include ofw_bus_subr.h before ofw_pci.h for the definition of struct
  ofw_bus_iinfo.
  
  Sponsored by:	ABT Systems Ltd

Modified:
  head/sys/arm/mv/mv_pci.c

Modified: head/sys/arm/mv/mv_pci.c
==============================================================================
--- head/sys/arm/mv/mv_pci.c	Fri Feb 19 14:01:35 2016	(r295806)
+++ head/sys/arm/mv/mv_pci.c	Fri Feb 19 14:05:28 2016	(r295807)
@@ -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>


More information about the svn-src-head mailing list