summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-11-28 07:29:59 +0000
committerbde <bde@FreeBSD.org>1995-11-28 07:29:59 +0000
commit94df7c3a92e572fefe166ac28402d3b0d7e22200 (patch)
tree92fbeeb0c3ebfad285d0e175dc441621674a82a6 /sys
parent202779fd7e0787cbf29be49bc7f5feea00134418 (diff)
downloadFreeBSD-src-94df7c3a92e572fefe166ac28402d3b0d7e22200.zip
FreeBSD-src-94df7c3a92e572fefe166ac28402d3b0d7e22200.tar.gz
Removed all #includes of the unused file <sys/device.h>.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/si/si.c3
-rw-r--r--sys/i386/isa/si.c3
-rw-r--r--sys/kern/init_main.c3
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index 9c31ecb..c022248 100644
--- a/sys/dev/si/si.c
+++ b/sys/dev/si/si.c
@@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $Id: si.c,v 1.14 1995/11/09 21:53:45 peter Exp $
+ * $Id: si.c,v 1.15 1995/11/28 02:07:34 peter Exp $
*/
#ifndef lint
@@ -52,7 +52,6 @@ static char si_copyright1[] = "@(#) (C) Specialix International, 1990,1992",
#include <sys/dkstat.h>
#include <sys/kernel.h>
#include <sys/syslog.h>
-#include <sys/device.h>
#include <sys/malloc.h>
#include <sys/devconf.h>
diff --git a/sys/i386/isa/si.c b/sys/i386/isa/si.c
index 9c31ecb..c022248 100644
--- a/sys/i386/isa/si.c
+++ b/sys/i386/isa/si.c
@@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $Id: si.c,v 1.14 1995/11/09 21:53:45 peter Exp $
+ * $Id: si.c,v 1.15 1995/11/28 02:07:34 peter Exp $
*/
#ifndef lint
@@ -52,7 +52,6 @@ static char si_copyright1[] = "@(#) (C) Specialix International, 1990,1992",
#include <sys/dkstat.h>
#include <sys/kernel.h>
#include <sys/syslog.h>
-#include <sys/device.h>
#include <sys/malloc.h>
#include <sys/devconf.h>
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 3e44c88..59eecdb 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* @(#)init_main.c 8.9 (Berkeley) 1/21/94
- * $Id: init_main.c,v 1.30 1995/09/09 18:09:59 davidg Exp $
+ * $Id: init_main.c,v 1.31 1995/10/08 00:05:59 swallace Exp $
*/
#include <sys/param.h>
@@ -60,7 +60,6 @@
#include <sys/conf.h>
#include <sys/buf.h>
#include <sys/clist.h>
-#include <sys/device.h>
#include <sys/msg.h>
#include <sys/protosw.h>
#include <sys/reboot.h>
OpenPOWER on IntegriCloud