diff options
author | Warner Losh <imp@FreeBSD.org> | 2003-08-22 06:42:59 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2003-08-22 06:42:59 +0000 |
commit | 38d8c9940bac138b83c5aa0066f0e2623d3a3512 (patch) | |
tree | 31f5332374dc65d2e44da8de4262358515fe66bb /sys/dev/pst/pst-iop.c | |
parent | 51d3b6d1cc8628d6ed6579f73064675797cedc28 (diff) |
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=119285
Diffstat (limited to 'sys/dev/pst/pst-iop.c')
-rw-r--r-- | sys/dev/pst/pst-iop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pst/pst-iop.c b/sys/dev/pst/pst-iop.c index dd372ef2edfc..ed4c19d9f4a5 100644 --- a/sys/dev/pst/pst-iop.c +++ b/sys/dev/pst/pst-iop.c @@ -43,8 +43,8 @@ #include <machine/resource.h> #include <machine/bus.h> #include <sys/rman.h> -#include <pci/pcivar.h> -#include <pci/pcireg.h> +#include <dev/pci/pcivar.h> +#include <dev/pci/pcireg.h> #include "dev/pst/pst-iop.h" |