summaryrefslogtreecommitdiff
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2004-05-01 18:43:00 +0000
committerBruce Evans <bde@FreeBSD.org>2004-05-01 18:43:00 +0000
commitee1f208e5018a4a5b9a2f42cf81602048f6a9ac3 (patch)
tree007dcff678a3181c1ae79e9d0c62fb188d2d68b9 /sys/dev/cy
parente336e1d48a0e7ba819847d0dd7cdb0166ce2d82a (diff)
Notes
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy_pci.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c
index b0eab4e4a5c2..304d48b2f972 100644
--- a/sys/dev/cy/cy_pci.c
+++ b/sys/dev/cy/cy_pci.c
@@ -35,17 +35,13 @@ __FBSDID("$FreeBSD$");
#include "opt_cy_pci_fastintr.h"
#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/kernel.h>
#include <sys/bus.h>
+#include <sys/kernel.h>
#include <machine/bus.h>
#include <sys/rman.h>
#include <machine/resource.h>
-#include <vm/vm.h>
-#include <vm/pmap.h>
-
#include <dev/pci/pcivar.h>
#include <dev/cy/cyvar.h>