summaryrefslogtreecommitdiffstats
path: root/sys/pci/meteor.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/meteor.c')
-rw-r--r--sys/pci/meteor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c
index 62666cc..c2fa54f 100644
--- a/sys/pci/meteor.c
+++ b/sys/pci/meteor.c
@@ -171,10 +171,10 @@ __FBSDID("$FreeBSD$");
#include <vm/pmap.h>
#include <vm/vm_extern.h>
-#include <pci/pcivar.h>
-#include <pci/pcireg.h>
+#include <dev/pci/pcivar.h>
+#include <dev/pci/pcireg.h>
#include <machine/ioctl_meteor.h>
-#include <pci/meteor_reg.h>
+#include <dev/pci/meteor_reg.h>
#ifndef COMPAT_OLDPCI
#error "The meteor device requires the old pci compatibility shims"
OpenPOWER on IntegriCloud