summaryrefslogtreecommitdiffstats
path: root/sys/dev/sym
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-28 00:39:09 +0000
committerobrien <obrien@FreeBSD.org>1999-11-28 00:39:09 +0000
commit1285bb85d3804ba4642a152018fb7a7a8f920d75 (patch)
tree9e0732c95096a3c627eef6a149a840f00a87a2e9 /sys/dev/sym
parent2149543028f8c0aa19fc02d81d2f64309718c7e6 (diff)
downloadFreeBSD-src-1285bb85d3804ba4642a152018fb7a7a8f920d75.zip
FreeBSD-src-1285bb85d3804ba4642a152018fb7a7a8f920d75.tar.gz
Adjust `sym' include file path to match where `sym' landed in our tree.
Done as vendor import as I hope the author will accept this patch, and I'm not ready to take this thing off the vendor branch yet.
Diffstat (limited to 'sys/dev/sym')
-rw-r--r--sys/dev/sym/sym_hipd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sym/sym_hipd.c b/sys/dev/sym/sym_hipd.c
index 77bab27..66776e9 100644
--- a/sys/dev/sym/sym_hipd.c
+++ b/sys/dev/sym/sym_hipd.c
@@ -122,8 +122,8 @@ typedef u_int16_t u16;
typedef u_int32_t u32;
/* Driver configuration and definitions */
-#include <pci/sym_conf.h>
-#include <pci/sym_defs.h>
+#include <dev/sym/sym_conf.h>
+#include <dev/sym/sym_defs.h>
/*
* On x86 architecture, write buffers management does not
OpenPOWER on IntegriCloud