summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt/dpt_pci.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_pci.c
parentb41d85112c856e97e513157a2ba0f0711c04099d (diff)
downloadFreeBSD-src-9fca0723929264374d94aa58ebfe4ddba59c7267.zip
FreeBSD-src-9fca0723929264374d94aa58ebfe4ddba59c7267.tar.gz
Removed unused #includes.
Diffstat (limited to 'sys/dev/dpt/dpt_pci.c')
-rw-r--r--sys/dev/dpt/dpt_pci.c10
1 files changed, 1 insertions, 9 deletions
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 */
OpenPOWER on IntegriCloud