summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c2
-rw-r--r--sys/dev/pci/pcivar.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index a65249b..d7c6b41 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -54,7 +54,7 @@
#include <pci/pcireg.h>
#include <pci/pcivar.h>
-#include <pci/pci_ioctl.h>
+#include <sys/pciio.h>
#ifdef APIC_IO
#include <machine/smp.h>
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h
index 31cea00..510e96f 100644
--- a/sys/dev/pci/pcivar.h
+++ b/sys/dev/pci/pcivar.h
@@ -34,7 +34,6 @@
#define PCI_COMPAT
#endif
-#include <pci/pci_ioctl.h> /* XXX KDM */
#include <sys/queue.h>
/* some PCI bus constants */
OpenPOWER on IntegriCloud