aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sab
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/sab
parentca668eda4522f196800865e7a4c6610846c5fd84 (diff)
downloadsrc-3d11ce04c673f5f2a6466bb3c49ff79ae6234451.tar.gz
src-3d11ce04c673f5f2a6466bb3c49ff79ae6234451.zip
s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev
Notes
Notes: svn path=/head/; revision=119338
Diffstat (limited to 'sys/dev/sab')
-rw-r--r--sys/dev/sab/sab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sab/sab.c b/sys/dev/sab/sab.c
index 8989a2fda1b8..fbdc5b7bd842 100644
--- a/sys/dev/sab/sab.c
+++ b/sys/dev/sab/sab.c
@@ -63,7 +63,7 @@
#include <ddb/ddb.h>
-#include <ofw/openfirm.h>
+#include <dev/ofw/openfirm.h>
#include <sparc64/ebus/ebusvar.h>
#include <dev/sab/sab82532reg.h>