aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xe
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-05-27 03:49:45 +0000
committerWarner Losh <imp@FreeBSD.org>2004-05-27 03:49:45 +0000
commit2e31e339d14cb2dbcd32c3747ee7589160cd60cf (patch)
tree03c5a44a01738f0202b18c0c101b670a5d3fb47c /sys/dev/xe
parent54c9d8aabc9eedb3677747ae4846b391156983ad (diff)
downloadsrc-2e31e339d14cb2dbcd32c3747ee7589160cd60cf.tar.gz
src-2e31e339d14cb2dbcd32c3747ee7589160cd60cf.zip
Fix disordering of pccarddevs.h noticed by bde. Also remove a few
redundant includes and fix some of the include disordering. Submitted by: bde
Notes
Notes: svn path=/head/; revision=129764
Diffstat (limited to 'sys/dev/xe')
-rw-r--r--sys/dev/xe/if_xe_pccard.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/dev/xe/if_xe_pccard.c b/sys/dev/xe/if_xe_pccard.c
index cb71f94e2631..1425bb9d6e5f 100644
--- a/sys/dev/xe/if_xe_pccard.c
+++ b/sys/dev/xe/if_xe_pccard.c
@@ -30,12 +30,10 @@ __FBSDID("$FreeBSD$");
/* xe pccard interface driver */
#include <sys/param.h>
-#include <sys/systm.h>
+#include <sys/bus.h>
#include <sys/kernel.h>
#include <sys/socket.h>
-
-#include <sys/module.h>
-#include <sys/bus.h>
+#include <sys/systm.h>
#include <machine/bus.h>
#include <machine/resource.h>
@@ -52,9 +50,10 @@ __FBSDID("$FreeBSD$");
#include <dev/xe/if_xevar.h>
#include <dev/pccard/pccardvar.h>
-#include "pccarddevs.h"
#include <dev/pccard/pccard_cis.h>
+
#include "card_if.h"
+#include "pccarddevs.h"
/*
* Debug logging levels - set with hw.xe.debug sysctl