diff options
author | imp <imp@FreeBSD.org> | 2003-08-22 06:42:59 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-08-22 06:42:59 +0000 |
commit | f13e5622e80cfe17b7f3b93119ae6eebc602341b (patch) | |
tree | 31f5332374dc65d2e44da8de4262358515fe66bb /sys/dev/dc/dcphy.c | |
parent | c38da559455b8fed81514fb21a458cef8e7c6d6c (diff) | |
download | FreeBSD-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/dc/dcphy.c')
-rw-r--r-- | sys/dev/dc/dcphy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dc/dcphy.c b/sys/dev/dc/dcphy.c index 7c92e62..8291000 100644 --- a/sys/dev/dc/dcphy.c +++ b/sys/dev/dc/dcphy.c @@ -66,7 +66,7 @@ __FBSDID("$FreeBSD$"); #include <machine/resource.h> #include <sys/bus.h> -#include <pci/pcivar.h> +#include <dev/pci/pcivar.h> #include <pci/if_dcreg.h> |