aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/trm
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-08-22 07:08:17 +0000
committerWarner Losh <imp@FreeBSD.org>2003-08-22 07:08:17 +0000
commit90cf0136c4c538b610702b30b4f37c875fafb776 (patch)
treef46af3c8f5cebe26da765a9266722fd67c83dcc0 /sys/dev/trm
parent38d8c9940bac138b83c5aa0066f0e2623d3a3512 (diff)
Notes
Diffstat (limited to 'sys/dev/trm')
-rw-r--r--sys/dev/trm/trm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/trm/trm.c b/sys/dev/trm/trm.c
index 94d797003d0b4..8974207d364fc 100644
--- a/sys/dev/trm/trm.c
+++ b/sys/dev/trm/trm.c
@@ -79,8 +79,8 @@ __FBSDID("$FreeBSD$");
#include <vm/vm.h>
#include <vm/pmap.h>
-#include <pci/pcivar.h>
-#include <pci/pcireg.h>
+#include <dev/pci/pcivar.h>
+#include <dev/pci/pcireg.h>
#include <machine/resource.h>
#include <machine/bus_pio.h>
#include <machine/bus.h>