diff options
author | imp <imp@FreeBSD.org> | 2003-08-22 07:08:17 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-08-22 07:08:17 +0000 |
commit | bf11908ab77802f7a596c265f4b339a72aa6aa33 (patch) | |
tree | f46af3c8f5cebe26da765a9266722fd67c83dcc0 /sys/dev/twe | |
parent | f13e5622e80cfe17b7f3b93119ae6eebc602341b (diff) | |
download | FreeBSD-src-bf11908ab77802f7a596c265f4b339a72aa6aa33.zip FreeBSD-src-bf11908ab77802f7a596c265f4b339a72aa6aa33.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/twe')
-rw-r--r-- | sys/dev/twe/twe_compat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/twe/twe_compat.h b/sys/dev/twe/twe_compat.h index 181c79f..981199a 100644 --- a/sys/dev/twe/twe_compat.h +++ b/sys/dev/twe/twe_compat.h @@ -53,8 +53,8 @@ #include <machine/resource.h> #include <sys/rman.h> -#include <pci/pcireg.h> -#include <pci/pcivar.h> +#include <dev/pci/pcireg.h> +#include <dev/pci/pcivar.h> /* * These macros allows us to build a version of the driver which can |