aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/zs
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-08-23 00:11:16 +0000
committerWarner Losh <imp@FreeBSD.org>2003-08-23 00:11:16 +0000
commit3d11ce04c673f5f2a6466bb3c49ff79ae6234451 (patch)
tree8f0a63cc6c388ad640a6e35341c4c1905d37807c /sys/dev/zs
parentca668eda4522f196800865e7a4c6610846c5fd84 (diff)
Notes
Diffstat (limited to 'sys/dev/zs')
-rw-r--r--sys/dev/zs/zs_macio.c2
-rw-r--r--sys/dev/zs/zs_sbus.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/zs/zs_macio.c b/sys/dev/zs/zs_macio.c
index 367c563f6393..21746cdd045a 100644
--- a/sys/dev/zs/zs_macio.c
+++ b/sys/dev/zs/zs_macio.c
@@ -35,7 +35,7 @@
#include <machine/resource.h>
#include <sys/rman.h>
-#include <ofw/openfirm.h>
+#include <dev/ofw/openfirm.h>
#include <powerpc/powermac/maciovar.h>
#include <dev/zs/z8530reg.h>
diff --git a/sys/dev/zs/zs_sbus.c b/sys/dev/zs/zs_sbus.c
index a1b266637fb6..f76d59a3f9b0 100644
--- a/sys/dev/zs/zs_sbus.c
+++ b/sys/dev/zs/zs_sbus.c
@@ -36,7 +36,7 @@
#include <machine/resource.h>
#include <sys/rman.h>
-#include <ofw/openfirm.h>
+#include <dev/ofw/openfirm.h>
#include <sparc64/fhc/fhcreg.h>
#include <sparc64/fhc/fhcvar.h>