Author: imp
Date: Sun Feb 26 21:33:18 2017
New Revision: 314317
URL: https://svnweb.freebsd.org/changeset/base/314317
Log:
Include pcib_private.h for prototypes.
Noticed by: rpokala@
Sponsored by: Netflix
Modified:
head/sys/mips/nlm/xlp_pci.c
head/sys/mips/rmi/xlr_pci.c
head/sys/powerpc/powermac/cpcht.c
head/sys/sparc64/pci/fire.c
head/sys/sparc64/pci/psycho.c
head/sys/sparc64/pci/schizo.c
Modified: head/sys/mips/nlm/xlp_pci.c
==============================================================================
--- head/sys/mips/nlm/xlp_pci.c Sun Feb 26 21:24:35 2017 (r314316)
+++ head/sys/mips/nlm/xlp_pci.c Sun Feb 26 21:33:18 2017 (r314317)
@@ -73,6 +73,7 @@ __FBSDID("$FreeBSD$");
#include <mips/nlm/xlp.h>
#include "pcib_if.h"
+#include <dev/pci/pcib_private.h>
#include "pci_if.h"
static int
Modified: head/sys/mips/rmi/xlr_pci.c
==============================================================================
--- head/sys/mips/rmi/xlr_pci.c Sun Feb 26 21:24:35 2017 (r314316)
+++ head/sys/mips/rmi/xlr_pci.c Sun Feb 26 21:33:18 2017 (r314317)
@@ -60,6 +60,7 @@ __FBSDID("$FreeBSD$");
#include <mips/rmi/pcibus.h>
#include "pcib_if.h"
+#include <dev/pci/pcib_private.h>
#define pci_cfg_offset(bus,slot,devfn,where) (((bus)<<16) + ((slot) <<
11)+((devfn)<<8)+(where))
#define PCIE_LINK_STATE 0x4000
Modified: head/sys/powerpc/powermac/cpcht.c
==============================================================================
--- head/sys/powerpc/powermac/cpcht.c Sun Feb 26 21:24:35 2017
(r314316)
+++ head/sys/powerpc/powermac/cpcht.c Sun Feb 26 21:33:18 2017
(r314317)
@@ -57,6 +57,7 @@ __FBSDID("$FreeBSD$");
#include <vm/pmap.h>
#include "pcib_if.h"
+#include <dev/pci/pcib_private.h>
#include "pic_if.h"
/*
Modified: head/sys/sparc64/pci/fire.c
==============================================================================
--- head/sys/sparc64/pci/fire.c Sun Feb 26 21:24:35 2017 (r314316)
+++ head/sys/sparc64/pci/fire.c Sun Feb 26 21:33:18 2017 (r314317)
@@ -73,6 +73,7 @@ __FBSDID("$FreeBSD$");
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
+#include <dev/pci/pcib_private.h>
#include <sparc64/pci/ofw_pci.h>
#include <sparc64/pci/firereg.h>
Modified: head/sys/sparc64/pci/psycho.c
==============================================================================
--- head/sys/sparc64/pci/psycho.c Sun Feb 26 21:24:35 2017
(r314316)
+++ head/sys/sparc64/pci/psycho.c Sun Feb 26 21:33:18 2017
(r314317)
@@ -69,6 +69,7 @@ __FBSDID("$FreeBSD$");
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
+#include <dev/pci/pcib_private.h>
#include <sparc64/pci/ofw_pci.h>
#include <sparc64/pci/psychoreg.h>
Modified: head/sys/sparc64/pci/schizo.c
==============================================================================
--- head/sys/sparc64/pci/schizo.c Sun Feb 26 21:24:35 2017
(r314316)
+++ head/sys/sparc64/pci/schizo.c Sun Feb 26 21:33:18 2017
(r314317)
@@ -68,6 +68,7 @@ __FBSDID("$FreeBSD$");
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
+#include <dev/pci/pcib_private.h>
#include <sparc64/pci/ofw_pci.h>
#include <sparc64/pci/schizoreg.h>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"