summaryrefslogtreecommitdiffstats
path: root/sys/dev/zs
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-23 00:11:16 +0000
committerimp <imp@FreeBSD.org>2003-08-23 00:11:16 +0000
commitdabeba3f55e52591e9c9cc0641dd06b94f81dfc1 (patch)
tree8f0a63cc6c388ad640a6e35341c4c1905d37807c /sys/dev/zs
parent3d032647691ce097d9f1f801aad4d5f048cfc7d1 (diff)
downloadFreeBSD-src-dabeba3f55e52591e9c9cc0641dd06b94f81dfc1.zip
FreeBSD-src-dabeba3f55e52591e9c9cc0641dd06b94f81dfc1.tar.gz
s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev
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 367c563..21746cd 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 a1b2666..f76d59a 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>
OpenPOWER on IntegriCloud