summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt/dpt_scsi.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-20 13:11:54 +0000
committerbde <bde@FreeBSD.org>1998-02-20 13:11:54 +0000
commit9fca0723929264374d94aa58ebfe4ddba59c7267 (patch)
tree8c203aab3ab8001a31d8271bed512b844b73165e /sys/dev/dpt/dpt_scsi.c
parentb41d85112c856e97e513157a2ba0f0711c04099d (diff)
downloadFreeBSD-src-9fca0723929264374d94aa58ebfe4ddba59c7267.zip
FreeBSD-src-9fca0723929264374d94aa58ebfe4ddba59c7267.tar.gz
Removed unused #includes.
Diffstat (limited to 'sys/dev/dpt/dpt_scsi.c')
-rw-r--r--sys/dev/dpt/dpt_scsi.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c
index 3d077ce..df99dee 100644
--- a/sys/dev/dpt/dpt_scsi.c
+++ b/sys/dev/dpt/dpt_scsi.c
@@ -64,35 +64,25 @@
* 3. dpt_handle_timeouts potentially inserts into the queue
*/
-#ident "$Id: dpt_scsi.c,v 1.1 1998/01/26 06:11:17 julian Exp $"
+#ident "$Id: dpt_scsi.c,v 1.2 1998/02/10 17:36:44 eivind Exp $"
#define _DPT_C_
#include "opt_dpt.h"
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/time.h>
#include <sys/malloc.h>
#include <sys/buf.h>
-#include <sys/proc.h>
#include <sys/kernel.h>
-#include <sys/acct.h>
-#include <sys/queue.h>
-#include <machine/endian.h>
#include <machine/ipl.h>
-#include <scsi/scsi_all.h>
-#include <scsi/scsi_message.h>
#include <scsi/scsiconf.h>
#include <scsi/scsi_disk.h>
#include <machine/clock.h>
#include <vm/vm.h>
-#include <vm/vm_param.h>
#include <vm/pmap.h>
-#include <sys/reboot.h>
-
#include <sys/dpt.h>
#ifdef INLINE
OpenPOWER on IntegriCloud