summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-05-27 01:27:04 +0000
committerimp <imp@FreeBSD.org>2004-05-27 01:27:04 +0000
commit7c13dc9b389e5fea84f38cb945777ab926127728 (patch)
tree316f9f1aeb2a49d8ae98a3e34b11d7f7f0173619
parentb71a021585dbc350439b4954a869518c79229aca (diff)
downloadFreeBSD-src-7c13dc9b389e5fea84f38cb945777ab926127728.zip
FreeBSD-src-7c13dc9b389e5fea84f38cb945777ab926127728.tar.gz
Sort includes, remove unnecssary ones.
Submitted by: bde
-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 a16f863..fae7dfa 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. */
OpenPOWER on IntegriCloud