summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/amd64/autoconf.c4
-rw-r--r--sys/dev/mse/mse.c5
-rw-r--r--sys/i386/i386/autoconf.c4
-rw-r--r--sys/i386/isa/mse.c5
4 files changed, 4 insertions, 14 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c
index ab85222..b91fd8b 100644
--- a/sys/amd64/amd64/autoconf.c
+++ b/sys/amd64/amd64/autoconf.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
- * $Id: autoconf.c,v 1.53 1996/05/02 14:19:39 phk Exp $
+ * $Id: autoconf.c,v 1.54 1996/06/02 18:58:39 joerg Exp $
*/
/*
@@ -48,7 +48,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
-#include <sys/dkstat.h>
#include <sys/conf.h>
#include <sys/dmap.h>
#include <sys/reboot.h>
@@ -57,7 +56,6 @@
#include <sys/sysctl.h>
#include <machine/cons.h>
-#include <machine/cpu.h>
#include <machine/md_var.h>
#include <i386/isa/icu.h> /* For interrupts */
diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c
index b3d6653..835e1e1 100644
--- a/sys/dev/mse/mse.c
+++ b/sys/dev/mse/mse.c
@@ -11,7 +11,7 @@
* this software for any purpose. It is provided "as is"
* without express or implied warranty.
*
- * $Id: mse.c,v 1.25 1996/03/28 14:28:46 scrappy Exp $
+ * $Id: mse.c,v 1.26 1996/06/02 18:57:17 joerg Exp $
*/
/*
* Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and
@@ -60,11 +60,8 @@
#endif /*DEVFS*/
#include <machine/clock.h>
-#include <machine/cpu.h>
#include <i386/isa/isa_device.h>
-#include <i386/isa/icu.h>
-
static int mseprobe(struct isa_device *);
static int mseattach(struct isa_device *);
diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c
index ab85222..b91fd8b 100644
--- a/sys/i386/i386/autoconf.c
+++ b/sys/i386/i386/autoconf.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
- * $Id: autoconf.c,v 1.53 1996/05/02 14:19:39 phk Exp $
+ * $Id: autoconf.c,v 1.54 1996/06/02 18:58:39 joerg Exp $
*/
/*
@@ -48,7 +48,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
-#include <sys/dkstat.h>
#include <sys/conf.h>
#include <sys/dmap.h>
#include <sys/reboot.h>
@@ -57,7 +56,6 @@
#include <sys/sysctl.h>
#include <machine/cons.h>
-#include <machine/cpu.h>
#include <machine/md_var.h>
#include <i386/isa/icu.h> /* For interrupts */
diff --git a/sys/i386/isa/mse.c b/sys/i386/isa/mse.c
index b3d6653..835e1e1 100644
--- a/sys/i386/isa/mse.c
+++ b/sys/i386/isa/mse.c
@@ -11,7 +11,7 @@
* this software for any purpose. It is provided "as is"
* without express or implied warranty.
*
- * $Id: mse.c,v 1.25 1996/03/28 14:28:46 scrappy Exp $
+ * $Id: mse.c,v 1.26 1996/06/02 18:57:17 joerg Exp $
*/
/*
* Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and
@@ -60,11 +60,8 @@
#endif /*DEVFS*/
#include <machine/clock.h>
-#include <machine/cpu.h>
#include <i386/isa/isa_device.h>
-#include <i386/isa/icu.h>
-
static int mseprobe(struct isa_device *);
static int mseattach(struct isa_device *);
OpenPOWER on IntegriCloud