aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gfb/gfb_pci.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-08-22 06:00:27 +0000
committerWarner Losh <imp@FreeBSD.org>2003-08-22 06:00:27 +0000
commit77e6a3b2dd824c108a2bb21dcf84dc70c213aa3f (patch)
treea1114d7dca03d65ced88d018659a40fc8f1f2261 /sys/dev/gfb/gfb_pci.c
parent6c3bdd6dee7ed12052e67c85df264c58a124ae16 (diff)
downloadsrc-77e6a3b2dd824c108a2bb21dcf84dc70c213aa3f.tar.gz
src-77e6a3b2dd824c108a2bb21dcf84dc70c213aa3f.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=119280
Diffstat (limited to 'sys/dev/gfb/gfb_pci.c')
-rw-r--r--sys/dev/gfb/gfb_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/gfb/gfb_pci.c b/sys/dev/gfb/gfb_pci.c
index 5fc9f4267c37..0290952576a2 100644
--- a/sys/dev/gfb/gfb_pci.c
+++ b/sys/dev/gfb/gfb_pci.c
@@ -56,8 +56,8 @@ __FBSDID("$FreeBSD$");
#include <sys/bus.h>
#include <sys/rman.h>
-#include <pci/pcireg.h>
-#include <pci/pcivar.h>
+#include <dev/pci/pcireg.h>
+#include <dev/pci/pcivar.h>
#include <dev/fb/fbreg.h>
#include <dev/fb/gfb.h>