summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-08-02 14:33:27 +0000
committerbde <bde@FreeBSD.org>1997-08-02 14:33:27 +0000
commit9195bd1ec7d7d8d8239de6a1eb75124aa8307f1f (patch)
tree9c6abeea2159a31b9e536051714351e3abfe9989 /sys/pci/ncr.c
parentb6f496a4ab1dbf77dccbdc672e9d9cd294a36b99 (diff)
downloadFreeBSD-src-9195bd1ec7d7d8d8239de6a1eb75124aa8307f1f.zip
FreeBSD-src-9195bd1ec7d7d8d8239de6a1eb75124aa8307f1f.tar.gz
Removed unused #includes.
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r--sys/pci/ncr.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 0891a05..09f3b6f 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.101 1997/07/28 21:32:05 se Exp $
+** $Id: ncr.c,v 1.102 1997/07/29 21:50:04 se Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@@ -199,10 +199,8 @@
#endif
#include <stddef.h>
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/time.h>
-#include <sys/proc.h>
#ifdef KERNEL
#include <sys/systm.h>
@@ -217,7 +215,6 @@
#include <machine/clock.h>
#endif
#include <vm/vm.h>
-#include <vm/vm_param.h>
#include <vm/pmap.h>
#include <vm/vm_extern.h>
#endif /* KERNEL */
@@ -235,7 +232,6 @@
#define DELAY(x) delay(x)
#endif /* __NetBSD */
-#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
@@ -1350,7 +1346,7 @@ static void ncr_attach (pcici_t tag, int unit);
static char ident[] =
- "\n$Id: ncr.c,v 1.101 1997/07/28 21:32:05 se Exp $\n";
+ "\n$Id: ncr.c,v 1.102 1997/07/29 21:50:04 se Exp $\n";
static const u_long ncr_version = NCR_VERSION * 11
+ (u_long) sizeof (struct ncb) * 7
OpenPOWER on IntegriCloud