summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-02-16 14:13:23 +0000
committerphk <phk@FreeBSD.org>2003-02-16 14:13:23 +0000
commit4bfb37f22e897ff2329cdaa28ab2c1996b9fb010 (patch)
tree3a5e1848a386dcd257e25407bcc8d5c21ce0f514 /sys/dev
parent016baafb55e05dc76701ad38fc374510b53a52de (diff)
downloadFreeBSD-src-4bfb37f22e897ff2329cdaa28ab2c1996b9fb010.zip
FreeBSD-src-4bfb37f22e897ff2329cdaa28ab2c1996b9fb010.tar.gz
Remove #include <sys/dkstat.h>
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/cy/cy.c1
-rw-r--r--sys/dev/cy/cy_isa.c1
-rw-r--r--sys/dev/dgb/dgb.c1
-rw-r--r--sys/dev/rc/rc.c1
-rw-r--r--sys/dev/rp/rp.c1
-rw-r--r--sys/dev/si/si.c1
-rw-r--r--sys/dev/sio/sio.c1
-rw-r--r--sys/dev/vinum/vinumhdr.h1
8 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c
index f42bdb3..0d54043 100644
--- a/sys/dev/cy/cy.c
+++ b/sys/dev/cy/cy.c
@@ -71,7 +71,6 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/conf.h>
-#include <sys/dkstat.h>
#include <sys/fcntl.h>
#include <sys/interrupt.h>
#include <sys/kernel.h>
diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c
index f42bdb3..0d54043 100644
--- a/sys/dev/cy/cy_isa.c
+++ b/sys/dev/cy/cy_isa.c
@@ -71,7 +71,6 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/conf.h>
-#include <sys/dkstat.h>
#include <sys/fcntl.h>
#include <sys/interrupt.h>
#include <sys/kernel.h>
diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c
index 35a0696..65d2a25 100644
--- a/sys/dev/dgb/dgb.c
+++ b/sys/dev/dgb/dgb.c
@@ -76,7 +76,6 @@
#include <sys/systm.h>
#include <sys/tty.h>
#include <sys/conf.h>
-#include <sys/dkstat.h>
#include <sys/fcntl.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c
index 7a1c44d..672b091 100644
--- a/sys/dev/rc/rc.c
+++ b/sys/dev/rc/rc.c
@@ -39,7 +39,6 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/conf.h>
-#include <sys/dkstat.h>
#include <sys/fcntl.h>
#include <sys/interrupt.h>
#include <sys/kernel.h>
diff --git a/sys/dev/rp/rp.c b/sys/dev/rp/rp.c
index 56a8d6b..9c6dbe6 100644
--- a/sys/dev/rp/rp.c
+++ b/sys/dev/rp/rp.c
@@ -43,7 +43,6 @@
#include <sys/fcntl.h>
#include <sys/malloc.h>
#include <sys/tty.h>
-#include <sys/dkstat.h>
#include <sys/conf.h>
#include <sys/kernel.h>
#include <machine/resource.h>
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index 1eff206..84750bc 100644
--- a/sys/dev/si/si.c
+++ b/sys/dev/si/si.c
@@ -50,7 +50,6 @@ static const char si_copyright1[] = "@(#) Copyright (C) Specialix International
#include <sys/tty.h>
#include <sys/conf.h>
#include <sys/fcntl.h>
-#include <sys/dkstat.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/sysctl.h>
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 6d05b2b..1ca84d4 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -53,7 +53,6 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/conf.h>
-#include <sys/dkstat.h>
#include <sys/fcntl.h>
#include <sys/interrupt.h>
#include <sys/kernel.h>
diff --git a/sys/dev/vinum/vinumhdr.h b/sys/dev/vinum/vinumhdr.h
index 00a2251..e8161e8 100644
--- a/sys/dev/vinum/vinumhdr.h
+++ b/sys/dev/vinum/vinumhdr.h
@@ -52,7 +52,6 @@
#include <sys/sysctl.h>
#endif
#include <sys/errno.h>
-#include <sys/dkstat.h>
#include <sys/time.h>
#include <sys/bio.h>
#include <sys/buf.h>
OpenPOWER on IntegriCloud