aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ti/if_ti.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-08-22 07:20:27 +0000
committerWarner Losh <imp@FreeBSD.org>2003-08-22 07:20:27 +0000
commit19b7ffd1b891310afc81453dc772086e51fadcb1 (patch)
tree2617aff9f6c747e7c8d4c7fba6b63c69a1db77d3 /sys/dev/ti/if_ti.c
parent90cf0136c4c538b610702b30b4f37c875fafb776 (diff)
downloadsrc-19b7ffd1b891310afc81453dc772086e51fadcb1.tar.gz
src-19b7ffd1b891310afc81453dc772086e51fadcb1.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=119288
Diffstat (limited to 'sys/dev/ti/if_ti.c')
-rw-r--r--sys/dev/ti/if_ti.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c
index ecff1546a5ac..857774d40198 100644
--- a/sys/dev/ti/if_ti.c
+++ b/sys/dev/ti/if_ti.c
@@ -134,8 +134,8 @@ __FBSDID("$FreeBSD$");
#endif /* !TI_PRIVATE_JUMBOS */
#include <sys/vnode.h> /* for vfindev, vgone */
-#include <pci/pcireg.h>
-#include <pci/pcivar.h>
+#include <dev/pci/pcireg.h>
+#include <dev/pci/pcivar.h>
#include <sys/tiio.h>
#include <pci/if_tireg.h>