aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_wb.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/pci/if_wb.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/pci/if_wb.c')
-rw-r--r--sys/pci/if_wb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c
index ab5b47c22d89..3694c28ce90f 100644
--- a/sys/pci/if_wb.c
+++ b/sys/pci/if_wb.c
@@ -112,8 +112,8 @@ __FBSDID("$FreeBSD$");
#include <sys/bus.h>
#include <sys/rman.h>
-#include <pci/pcireg.h>
-#include <pci/pcivar.h>
+#include <dev/pci/pcireg.h>
+#include <dev/pci/pcivar.h>
#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>