summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mpt_openbsd.h
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2005-11-06 01:42:24 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2005-11-06 01:42:24 +0000
commit2e6a5d870ca669d419595686991b34754a9a2fb1 (patch)
treefe9328ffa04fd74b7cb7f22bb55fe9bbe5c47848 /sys/dev/ic/mpt_openbsd.h
parentbf67c09f7633175f5bf1cf346eff5e890c170a3b (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.h6
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.