summaryrefslogtreecommitdiffstats
path: root/sys/dev/patm
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-22 06:42:59 +0000
committerimp <imp@FreeBSD.org>2003-08-22 06:42:59 +0000
commitf13e5622e80cfe17b7f3b93119ae6eebc602341b (patch)
tree31f5332374dc65d2e44da8de4262358515fe66bb /sys/dev/patm
parentc38da559455b8fed81514fb21a458cef8e7c6d6c (diff)
downloadFreeBSD-src-f13e5622e80cfe17b7f3b93119ae6eebc602341b.zip
FreeBSD-src-f13e5622e80cfe17b7f3b93119ae6eebc602341b.tar.gz
Prefer new location of pci include files (which have only been in the
tree for two or more years now), except in a few places where there's code to be compatible with older versions of FreeBSD.
Diffstat (limited to 'sys/dev/patm')
-rw-r--r--sys/dev/patm/if_patm_attach.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/patm/if_patm_attach.c b/sys/dev/patm/if_patm_attach.c
index 036bc41..4081b08 100644
--- a/sys/dev/patm/if_patm_attach.c
+++ b/sys/dev/patm/if_patm_attach.c
@@ -69,8 +69,8 @@ __FBSDID("$FreeBSD$");
#include <sys/bus.h>
#include <sys/rman.h>
#include <sys/mbpool.h>
-#include <pci/pcireg.h>
-#include <pci/pcivar.h>
+#include <dev/pci/pcireg.h>
+#include <dev/pci/pcivar.h>
#include <dev/utopia/utopia.h>
#include <dev/patm/idt77252reg.h>
OpenPOWER on IntegriCloud