aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-08-22 05:54:52 +0000
committerWarner Losh <imp@FreeBSD.org>2003-08-22 05:54:52 +0000
commit4fbd232c8640bb1d58dca36e50df7c1c8eb4ca72 (patch)
tree633ff3cbdbfdb63210ca731968f72ea813a82ed7 /sys/dev/amr
parent3c5a69f7d0cda4d5da3e70514357a4a4989ceb03 (diff)
Notes
Diffstat (limited to 'sys/dev/amr')
-rw-r--r--sys/dev/amr/amr.c4
-rw-r--r--sys/dev/amr/amr_pci.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/amr/amr.c b/sys/dev/amr/amr.c
index 29e0a301d8f8..dd24e97243e6 100644
--- a/sys/dev/amr/amr.c
+++ b/sys/dev/amr/amr.c
@@ -76,8 +76,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>
#include <dev/amr/amrio.h>
#include <dev/amr/amrreg.h>
diff --git a/sys/dev/amr/amr_pci.c b/sys/dev/amr/amr_pci.c
index d9dca7612f34..6ff94ae7dcf2 100644
--- a/sys/dev/amr/amr_pci.c
+++ b/sys/dev/amr/amr_pci.c
@@ -70,8 +70,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>
#include <dev/amr/amrio.h>
#include <dev/amr/amrreg.h>