summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-21 14:53:44 +0000
committerbde <bde@FreeBSD.org>1998-06-21 14:53:44 +0000
commit403bdcb97b7388003149456d9cd898d5e09e6f99 (patch)
tree18365a2b4ac1f2ca87a6893a6d404c2f2f773bec /sys/i386/isa
parent7b5837ee5131664de8558f3c843bd61a87624a7b (diff)
downloadFreeBSD-src-403bdcb97b7388003149456d9cd898d5e09e6f99.zip
FreeBSD-src-403bdcb97b7388003149456d9cd898d5e09e6f99.tar.gz
Removed unused includes.
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/aha1542.c4
-rw-r--r--sys/i386/isa/aic6360.c4
-rw-r--r--sys/i386/isa/if_ar.c4
-rw-r--r--sys/i386/isa/if_sr.c4
-rw-r--r--sys/i386/isa/ncr5380.c2
-rw-r--r--sys/i386/isa/wd7000.c2
6 files changed, 4 insertions, 16 deletions
diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c
index 47b912b..918c069 100644
--- a/sys/i386/isa/aha1542.c
+++ b/sys/i386/isa/aha1542.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: aha1542.c,v 1.76 1998/04/17 22:36:29 des Exp $
+ * $Id: aha1542.c,v 1.77 1998/05/01 18:30:00 bde Exp $
*/
/*
@@ -39,8 +39,6 @@
#include <i386/isa/isa_device.h>
-#include "ioconf.h"
-
/************************** board definitions *******************************/
/*
diff --git a/sys/i386/isa/aic6360.c b/sys/i386/isa/aic6360.c
index 98eebca..2b28abc 100644
--- a/sys/i386/isa/aic6360.c
+++ b/sys/i386/isa/aic6360.c
@@ -32,7 +32,7 @@
*/
/*
- * $Id: aic6360.c,v 1.39 1998/04/12 12:11:31 phk Exp $
+ * $Id: aic6360.c,v 1.40 1998/04/15 17:45:12 bde Exp $
*
* Acknowledgements: Many of the algorithms used in this driver are
* inspired by the work of Julian Elischer (julian@tfs.com) and
@@ -131,8 +131,6 @@
#endif /* NAPM > 0 */
#include <i386/isa/isa_device.h>
-#include "ioconf.h"
-
/* Definitions, most of them has turned out to be unneccesary, but here they
* are anyway.
*/
diff --git a/sys/i386/isa/if_ar.c b/sys/i386/isa/if_ar.c
index 7eaca70..964684e 100644
--- a/sys/i386/isa/if_ar.c
+++ b/sys/i386/isa/if_ar.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ar.c,v 1.19 1998/06/07 17:10:24 dfr Exp $
+ * $Id: if_ar.c,v 1.20 1998/06/17 13:54:56 bde Exp $
*/
/*
@@ -72,8 +72,6 @@
#include <i386/isa/ic/hd64570.h>
#include <i386/isa/isa_device.h>
-#include "ioconf.h"
-
#include "sppp.h"
#if NSPPP <= 0
#error device 'ar' require sppp.
diff --git a/sys/i386/isa/if_sr.c b/sys/i386/isa/if_sr.c
index 58f4ae6..236bb42 100644
--- a/sys/i386/isa/if_sr.c
+++ b/sys/i386/isa/if_sr.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_sr.c,v 1.13 1998/06/07 17:10:37 dfr Exp $
+ * $Id: if_sr.c,v 1.14 1998/06/17 13:54:56 bde Exp $
*/
/*
@@ -81,8 +81,6 @@
#include <i386/isa/ic/hd64570.h>
#include <i386/isa/isa_device.h>
-#include "ioconf.h"
-
/* #define USE_MODEMCK */
#ifndef BUGGY
diff --git a/sys/i386/isa/ncr5380.c b/sys/i386/isa/ncr5380.c
index a538311..e897837 100644
--- a/sys/i386/isa/ncr5380.c
+++ b/sys/i386/isa/ncr5380.c
@@ -48,8 +48,6 @@
#include <scsi/scsiconf.h>
-#include "ioconf.h"
-
#ifdef DEBUG
# define PRINT(s) printf s
#else
diff --git a/sys/i386/isa/wd7000.c b/sys/i386/isa/wd7000.c
index f1c9bdf..0dc3829 100644
--- a/sys/i386/isa/wd7000.c
+++ b/sys/i386/isa/wd7000.c
@@ -63,8 +63,6 @@
#include <i386/isa/isa_device.h>
-#include "ioconf.h"
-
static struct scsi_device wds_dev =
{
NULL,
OpenPOWER on IntegriCloud