aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccard
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-05-27 01:27:04 +0000
committerWarner Losh <imp@FreeBSD.org>2004-05-27 01:27:04 +0000
commiteb9482f4eb98ede513b60630a58fb92c4fc3af2c (patch)
tree316f9f1aeb2a49d8ae98a3e34b11d7f7f0173619 /sys/dev/pccard
parent50a33b6aaa608f2ad10201df63a9b5f4a6521e1d (diff)
Notes
Diffstat (limited to 'sys/dev/pccard')
-rw-r--r--sys/dev/pccard/pccard_cis_quirks.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/sys/dev/pccard/pccard_cis_quirks.c b/sys/dev/pccard/pccard_cis_quirks.c
index a16f863a66d52..fae7dfafa28cd 100644
--- a/sys/dev/pccard/pccard_cis_quirks.c
+++ b/sys/dev/pccard/pccard_cis_quirks.c
@@ -35,22 +35,15 @@ __FBSDID("$FreeBSD$");
*/
#include <sys/param.h>
+#include <sys/bus.h>
#include <sys/systm.h>
#include <sys/malloc.h>
-#include <sys/module.h>
-#include <sys/kernel.h>
-#include <sys/queue.h>
-#include <sys/types.h>
-#include <sys/bus.h>
#include <machine/bus.h>
-#include <sys/rman.h>
-#include <machine/resource.h>
-#include "pccarddevs.h"
-#include <dev/pccard/pccardreg.h>
-#include <dev/pccard/pccardvar.h>
#include <dev/pccard/pccard_cis.h>
+#include <dev/pccard/pccardvar.h>
+#include "pccarddevs.h"
/* There are cards out there whose CIS flat-out lies. This file
contains struct pccard_function chains for those devices. */