summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-11-20 05:02:00 +0000
committerimp <imp@FreeBSD.org>1999-11-20 05:02:00 +0000
commit7f340c8e5db02cb54d68e4cfe86048c51dc3eb87 (patch)
tree7d0e37858b8b262a17606de323f2d3795d961d9c /sys
parentf0d1b4083da7e9aa3f292b8e9c8e4f24e533b087 (diff)
downloadFreeBSD-src-7f340c8e5db02cb54d68e4cfe86048c51dc3eb87.zip
FreeBSD-src-7f340c8e5db02cb54d68e4cfe86048c51dc3eb87.tar.gz
Kill unneeded includes
Found by phk's script a while ago.
Diffstat (limited to 'sys')
-rw-r--r--sys/pccard/pccard.c3
-rw-r--r--sys/pccard/pccard_nbk.c4
-rw-r--r--sys/pccard/pcic.c1
3 files changed, 0 insertions, 8 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c
index 99751f4..c9f6940 100644
--- a/sys/pccard/pccard.c
+++ b/sys/pccard/pccard.c
@@ -44,11 +44,8 @@
#include <sys/module.h>
#include <sys/uio.h>
#include <sys/poll.h>
-#include <sys/interrupt.h>
#include <sys/bus.h>
#include <machine/bus.h>
-#include <sys/rman.h>
-#include <machine/resource.h>
#include <i386/isa/isa_device.h>
#include <i386/isa/icu.h>
diff --git a/sys/pccard/pccard_nbk.c b/sys/pccard/pccard_nbk.c
index fdab419..264b96e 100644
--- a/sys/pccard/pccard_nbk.c
+++ b/sys/pccard/pccard_nbk.c
@@ -55,8 +55,6 @@
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/module.h>
-#include <sys/fcntl.h>
-#include <sys/conf.h>
#include <sys/kernel.h>
#include <sys/queue.h>
#include <sys/select.h>
@@ -69,8 +67,6 @@
#include <i386/isa/isa_device.h>
#include <pccard/cardinfo.h>
-#include <pccard/driver.h>
-#include <pccard/pcic.h>
#include <pccard/slot.h>
#include <pccard/pccard_nbk.h>
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index c41702e..530601d 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -35,7 +35,6 @@
#include <sys/kernel.h>
#include <sys/module.h>
#include <sys/select.h>
-#include <sys/interrupt.h>
#include <machine/clock.h>
OpenPOWER on IntegriCloud