summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-08-21 22:10:49 +0000
committermsmith <msmith@FreeBSD.org>1999-08-21 22:10:49 +0000
commit0da24050bf099d1e4d5d58f656d4b2aaa082efa9 (patch)
tree22db1a3b7292b26dbd94492f934da7198720d087 /sys/dev/dpt
parentf1ca67e0d8e4dc83d198e624bbbf8c52dedb309c (diff)
downloadFreeBSD-src-0da24050bf099d1e4d5d58f656d4b2aaa082efa9.zip
FreeBSD-src-0da24050bf099d1e4d5d58f656d4b2aaa082efa9.tar.gz
Clean up after removing sys/eventhandler.h from sys/systm.h at the last
minute. This should cover all of the missed cases (and should let LINT build again).
Diffstat (limited to 'sys/dev/dpt')
-rw-r--r--sys/dev/dpt/dpt_scsi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c
index aae96a9..c42f171 100644
--- a/sys/dev/dpt/dpt_scsi.c
+++ b/sys/dev/dpt/dpt_scsi.c
@@ -43,13 +43,14 @@
* arrays that span controllers (Wow!).
*/
-#ident "$Id: dpt_scsi.c,v 1.24 1999/08/16 01:49:35 gibbs Exp $"
+#ident "$Id: dpt_scsi.c,v 1.25 1999/08/21 06:24:02 msmith Exp $"
#define _DPT_C_
#include "opt_dpt.h"
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/eventhandler.h>
#include <sys/malloc.h>
#include <sys/buf.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud