summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt
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
parentb41d85112c856e97e513157a2ba0f0711c04099d (diff)
downloadFreeBSD-src-9fca0723929264374d94aa58ebfe4ddba59c7267.zip
FreeBSD-src-9fca0723929264374d94aa58ebfe4ddba59c7267.tar.gz
Removed unused #includes.
Diffstat (limited to 'sys/dev/dpt')
-rw-r--r--sys/dev/dpt/dpt_control.c13
-rw-r--r--sys/dev/dpt/dpt_pci.c10
-rw-r--r--sys/dev/dpt/dpt_scsi.c12
3 files changed, 3 insertions, 32 deletions
diff --git a/sys/dev/dpt/dpt_control.c b/sys/dev/dpt/dpt_control.c
index e5d04ab..3015a37 100644
--- a/sys/dev/dpt/dpt_control.c
+++ b/sys/dev/dpt/dpt_control.c
@@ -36,36 +36,25 @@
* future.
*/
-#ident "$Id: dpt_control.c,v 1.1 1998/01/26 06:11:17 julian Exp $"
+#ident "$Id: dpt_control.c,v 1.2 1998/02/10 17:36:43 eivind Exp $"
#include "opt_dpt.h"
-#include <sys/types.h>
-/* #include <i386/isa/isa.h> */
#include <i386/include/cputypes.h>
-#include <i386/isa/timerreg.h>
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/resourcevar.h>
#include <sys/malloc.h>
#include <sys/kernel.h>
#include <sys/buf.h>
#include <sys/uio.h>
#include <sys/conf.h>
-#include <machine/clock.h>
-#include <machine/speaker.h>
-#include <machine/cpu.h>
-#include <machine/cpufunc.h>
#include <vm/vm.h>
#include <vm/vm_kern.h>
#include <vm/vm_extern.h>
#include <vm/pmap.h>
-#include <scsi/scsi_all.h>
-#include <scsi/scsi_message.h>
#include <scsi/scsiconf.h>
#include <sys/dpt.h>
-#include <sys/queue.h>
#define INLINE __inline
diff --git a/sys/dev/dpt/dpt_pci.c b/sys/dev/dpt/dpt_pci.c
index a818831..1899d60 100644
--- a/sys/dev/dpt/dpt_pci.c
+++ b/sys/dev/dpt/dpt_pci.c
@@ -34,34 +34,26 @@
* caveats: We may need an eisa and an isa files too
*/
-#ident "$Id: dpt_pci.c,v 1.2 1998/02/09 02:31:47 eivind Exp $"
+#ident "$Id: dpt_pci.c,v 1.3 1998/02/10 17:36:41 eivind Exp $"
#include "opt_devfs.h"
#include "opt_dpt.h"
-#include <pci.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/buf.h>
-#include <sys/proc.h>
#include <sys/kernel.h>
-#include <scsi/scsi_all.h>
-#include <scsi/scsi_message.h>
#include <scsi/scsiconf.h>
#include <pci/pcireg.h>
-#include <sys/queue.h>
#include <pci/pcivar.h>
#include <sys/dpt.h>
#include <pci/dpt_pci.h>
-#include <machine/clock.h>
-
#include <vm/vm.h>
-#include <vm/vm_param.h>
#include <vm/pmap.h>
#define PCI_BASEADR0 PCI_MAP_REG_START /* I/O Address */
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