diff options
author | imp <imp@FreeBSD.org> | 2003-08-22 07:20:27 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-08-22 07:20:27 +0000 |
commit | fdead9512587da3ad5cfe523e152993acb0eb4ca (patch) | |
tree | 2617aff9f6c747e7c8d4c7fba6b63c69a1db77d3 /sys/alpha/tlsb | |
parent | bf11908ab77802f7a596c265f4b339a72aa6aa33 (diff) | |
download | FreeBSD-src-fdead9512587da3ad5cfe523e152993acb0eb4ca.zip FreeBSD-src-fdead9512587da3ad5cfe523e152993acb0eb4ca.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/alpha/tlsb')
-rw-r--r-- | sys/alpha/tlsb/dwlpx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/tlsb/dwlpx.c b/sys/alpha/tlsb/dwlpx.c index 9603a07..467f125 100644 --- a/sys/alpha/tlsb/dwlpx.c +++ b/sys/alpha/tlsb/dwlpx.c @@ -89,7 +89,7 @@ __FBSDID("$FreeBSD$"); #include <alpha/tlsb/dwlpxreg.h> #include <alpha/tlsb/dwlpxvar.h> #include <alpha/pci/pcibus.h> -#include <pci/pcivar.h> +#include <dev/pci/pcivar.h> #include "alphapci_if.h" #include "pcib_if.h" |