diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-11-06 01:42:24 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-11-06 01:42:24 +0000 |
commit | 2e6a5d870ca669d419595686991b34754a9a2fb1 (patch) | |
tree | fe9328ffa04fd74b7cb7f22bb55fe9bbe5c47848 /sys/dev/ic/mpt_openbsd.h | |
parent | bf67c09f7633175f5bf1cf346eff5e890c170a3b (diff) |
clean up some early but unused work on bio support.
ok marco@ krw@
Diffstat (limited to 'sys/dev/ic/mpt_openbsd.h')
-rw-r--r-- | sys/dev/ic/mpt_openbsd.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ic/mpt_openbsd.h b/sys/dev/ic/mpt_openbsd.h index dbbbcfbdb40..b9af0cf2c73 100644 --- a/sys/dev/ic/mpt_openbsd.h +++ b/sys/dev/ic/mpt_openbsd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mpt_openbsd.h,v 1.15 2004/12/29 06:57:11 deraadt Exp $ */ +/* $OpenBSD: mpt_openbsd.h,v 1.16 2005/11/06 01:42:23 dlg Exp $ */ /* $NetBSD: mpt_netbsd.h,v 1.2 2003/04/16 23:02:14 thorpej Exp $ */ /* @@ -121,12 +121,8 @@ #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> -#include <dev/biovar.h> -#include <dev/ic/mpt_ioctl.h> #include <dev/ic/mpt_mpilib.h> -#include "bio.h" - /* * macro to convert from milliseconds to hz without integer overflow * Default version using only 32bits arithmetics. |