summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2008-11-17 00:18:14 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2008-11-17 00:18:14 +0000
commit080450b96541825548c8dcd55463a0242dd7b78b (patch)
treecfca76501f1f137d8b554d8360f71978fd98bd9b /sys/dev/ic
parent8d0f2f0d87a1c906c01f29e0c91ee0f0f543ed13 (diff)
Use new isp_library.c rather than isp_inline.h. No functional change.
Tested by naddy@. 'go for it' marco@
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/isp_openbsd.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/ic/isp_openbsd.h b/sys/dev/ic/isp_openbsd.h
index 719f1ca600c..356edbb15c8 100644
--- a/sys/dev/ic/isp_openbsd.h
+++ b/sys/dev/ic/isp_openbsd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isp_openbsd.h,v 1.28 2008/06/01 15:49:25 kettenis Exp $ */
+/* $OpenBSD: isp_openbsd.h,v 1.29 2008/11/17 00:18:13 krw Exp $ */
/*
* OpenBSD Specific definitions for the QLogic ISP Host Adapter
*/
@@ -427,9 +427,6 @@ isp_wait_complete(struct ispsoftc *isp)
}
}
-/*
- * Common INLINE functions
- */
-#include <dev/ic/isp_inline.h>
+#include <dev/ic/isp_library.h>
#endif /* _ISP_NETBSD_H */