summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/alpm.c1
-rw-r--r--sys/pci/amd.c1
-rw-r--r--sys/pci/intpm.c1
-rw-r--r--sys/pci/ncr.c1
-rw-r--r--sys/pci/pci.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/sys/pci/alpm.c b/sys/pci/alpm.c
index 1e8e785..fc7c537 100644
--- a/sys/pci/alpm.c
+++ b/sys/pci/alpm.c
@@ -36,7 +36,6 @@
#include <sys/module.h>
#include <sys/bus.h>
#include <sys/conf.h>
-#include <sys/buf.h>
#include <sys/uio.h>
#include <sys/malloc.h>
diff --git a/sys/pci/amd.c b/sys/pci/amd.c
index b07bc14..3519093 100644
--- a/sys/pci/amd.c
+++ b/sys/pci/amd.c
@@ -55,7 +55,6 @@
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/queue.h>
-#include <sys/buf.h>
#include <sys/kernel.h>
#include <vm/vm.h>
diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c
index fccd0c3..231bd62 100644
--- a/sys/pci/intpm.c
+++ b/sys/pci/intpm.c
@@ -39,7 +39,6 @@
#include <sys/bus.h>
#include <sys/conf.h>
#include <sys/malloc.h>
-#include <sys/buf.h>
#include <sys/rman.h>
#include <machine/resource.h>
#include <dev/smbus/smbconf.h>
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 6767d1f..8bc33fe 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -178,7 +178,6 @@
#ifdef _KERNEL
#include <sys/systm.h>
#include <sys/malloc.h>
-#include <sys/buf.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
#include <machine/clock.h>
diff --git a/sys/pci/pci.c b/sys/pci/pci.c
index 574d567..23d9474 100644
--- a/sys/pci/pci.c
+++ b/sys/pci/pci.c
@@ -41,7 +41,6 @@
#include <sys/kernel.h>
#include <sys/queue.h>
#include <sys/types.h>
-#include <sys/buf.h>
#include <vm/vm.h>
#include <vm/pmap.h>
OpenPOWER on IntegriCloud