aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/pci/apecs_pci.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-08-22 07:20:27 +0000
committerWarner Losh <imp@FreeBSD.org>2003-08-22 07:20:27 +0000
commit19b7ffd1b891310afc81453dc772086e51fadcb1 (patch)
tree2617aff9f6c747e7c8d4c7fba6b63c69a1db77d3 /sys/alpha/pci/apecs_pci.c
parent90cf0136c4c538b610702b30b4f37c875fafb776 (diff)
downloadsrc-19b7ffd1b891310afc81453dc772086e51fadcb1.tar.gz
src-19b7ffd1b891310afc81453dc772086e51fadcb1.zip
Notes
Diffstat (limited to 'sys/alpha/pci/apecs_pci.c')
-rw-r--r--sys/alpha/pci/apecs_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/pci/apecs_pci.c b/sys/alpha/pci/apecs_pci.c
index 2d91c20f8a51..d074563b3bf4 100644
--- a/sys/alpha/pci/apecs_pci.c
+++ b/sys/alpha/pci/apecs_pci.c
@@ -34,8 +34,8 @@ __FBSDID("$FreeBSD$");
#include <sys/bus.h>
#include <machine/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 <machine/cpuconf.h>
#include <machine/swiz.h>
#include <machine/md_var.h>