diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/mpt_openbsd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/mpt_openbsd.c b/sys/dev/ic/mpt_openbsd.c index d30c3466dc7..0af5c1553c3 100644 --- a/sys/dev/ic/mpt_openbsd.c +++ b/sys/dev/ic/mpt_openbsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpt_openbsd.c,v 1.2 2004/03/07 05:08:16 krw Exp $ */ +/* $OpenBSD: mpt_openbsd.c,v 1.3 2004/03/10 01:09:29 deraadt Exp $ */ /* $NetBSD: mpt_netbsd.c,v 1.7 2003/07/14 15:47:11 lukem Exp $ */ /* @@ -101,8 +101,6 @@ #include <dev/ic/mpt.h> /* pulls in all headers */ -#include <machine/stdarg.h> /* for mpt_prt() */ - static int mpt_poll(mpt_softc_t *, struct scsi_xfer *, int); static void mpt_timeout(void *); static void mpt_done(mpt_softc_t *, uint32_t); |