From 080450b96541825548c8dcd55463a0242dd7b78b Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Mon, 17 Nov 2008 00:18:14 +0000 Subject: Use new isp_library.c rather than isp_inline.h. No functional change. Tested by naddy@. 'go for it' marco@ --- sys/conf/files | 3 ++- sys/dev/ic/isp_openbsd.h | 7 ++----- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'sys') diff --git a/sys/conf/files b/sys/conf/files index 912f7f72939..4db63ca3761 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.445 2008/11/09 15:11:19 oga Exp $ +# $OpenBSD: files,v 1.446 2008/11/17 00:18:13 krw Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -190,6 +190,7 @@ file dev/ic/mfi.c mfi device isp: scsi file dev/ic/isp.c isp file dev/ic/isp_openbsd.c isp +file dev/ic/isp_library.c isp # LSI Logic Fusion-MPT Message Passing Interface device mpi: scsi 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 +#include #endif /* _ISP_NETBSD_H */ -- cgit v1.2.3