diff options
author | Warner Losh <imp@FreeBSD.org> | 2003-08-22 07:20:27 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2003-08-22 07:20:27 +0000 |
commit | 19b7ffd1b891310afc81453dc772086e51fadcb1 (patch) | |
tree | 2617aff9f6c747e7c8d4c7fba6b63c69a1db77d3 /sys/pci/agp_i810.c | |
parent | 90cf0136c4c538b610702b30b4f37c875fafb776 (diff) | |
download | src-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/agp_i810.c')
-rw-r--r-- | sys/pci/agp_i810.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c index 0f845d9a5932..aaf6d133cd35 100644 --- a/sys/pci/agp_i810.c +++ b/sys/pci/agp_i810.c @@ -45,8 +45,8 @@ __FBSDID("$FreeBSD$"); #include <sys/mutex.h> #include <sys/proc.h> -#include <pci/pcivar.h> -#include <pci/pcireg.h> +#include <dev/pci/pcivar.h> +#include <dev/pci/pcireg.h> #include <pci/agppriv.h> #include <pci/agpreg.h> |