aboutsummaryrefslogtreecommitdiff
path: root/sys/i4b/capi
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-08-22 15:06:24 +0000
committerWarner Losh <imp@FreeBSD.org>2003-08-22 15:06:24 +0000
commit2eeb7c30dc7c7249b8dcbbcffe3e07081e57ad47 (patch)
tree7af0433890624441d7ccebf2269e4fe098efdf62 /sys/i4b/capi
parent2b6e83104c5e245e43a180d3c6a3b0bbd529ae8f (diff)
downloadsrc-2eeb7c30dc7c7249b8dcbbcffe3e07081e57ad47.tar.gz
src-2eeb7c30dc7c7249b8dcbbcffe3e07081e57ad47.zip
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.
Notes
Notes: svn path=/head/; revision=119304
Diffstat (limited to 'sys/i4b/capi')
-rw-r--r--sys/i4b/capi/iavc/iavc_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i4b/capi/iavc/iavc_pci.c b/sys/i4b/capi/iavc/iavc_pci.c
index 89ffb9026555..f3c75c82398d 100644
--- a/sys/i4b/capi/iavc/iavc_pci.c
+++ b/sys/i4b/capi/iavc/iavc_pci.c
@@ -45,8 +45,8 @@ __FBSDID("$FreeBSD$");
#include <vm/vm.h>
#include <vm/pmap.h>
-#include <pci/pcireg.h>
-#include <pci/pcivar.h>
+#include <dev/pci/pcireg.h>
+#include <dev/pci/pcivar.h>
#include <machine/i4b_debug.h>
#include <machine/i4b_ioctl.h>