aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-06-21 14:53:44 +0000
committerBruce Evans <bde@FreeBSD.org>1998-06-21 14:53:44 +0000
commite5b19842ef2f7cc2fedb3c37b2a98796d5739f1d (patch)
tree3da587380d9857eb4b82a3917da68c0cb8e4317f /sys/i386
parent71a5654a7b9d91574227d2aa5fdc1381ac06544d (diff)
downloadsrc-e5b19842ef2f7cc2fedb3c37b2a98796d5739f1d.tar.gz
src-e5b19842ef2f7cc2fedb3c37b2a98796d5739f1d.zip
Removed unused includes.
Notes
Notes: svn path=/head/; revision=37094
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/mplock.s5
-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
7 files changed, 5 insertions, 20 deletions
diff --git a/sys/i386/i386/mplock.s b/sys/i386/i386/mplock.s
index dd9a8e47f253..fe8281dc50f6 100644
--- a/sys/i386/i386/mplock.s
+++ b/sys/i386/i386/mplock.s
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: mplock.s,v 1.23 1997/08/30 08:08:10 fsmp Exp $
+ * $Id: mplock.s,v 1.24 1998/05/17 23:08:04 tegge Exp $
*
* Functions for locking between CPUs in a SMP system.
*
@@ -25,9 +25,6 @@
#include <machine/smptests.h> /** GRAB_LOPRIO */
#include <machine/apic.h>
-#include <i386/isa/intr_machdep.h>
-
-
#define GLPROFILE_NOT
#ifdef CHEAP_TPR
diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c
index 47b912befb3b..918c069450aa 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 98eebca91d7d..2b28abcebcd5 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 7eaca7065537..964684ef3b76 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 58f4ae6a9a17..236bb42f0d1d 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 a5383114f1cf..e8978372bd01 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 f1c9bdf7879f..0dc3829d50c2 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,