summaryrefslogtreecommitdiffstats
path: root/sys/dev/sn
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-05-27 03:49:45 +0000
committerimp <imp@FreeBSD.org>2004-05-27 03:49:45 +0000
commit5f2befc69afb945e4cfd4be27ee1ebcaa57e32c6 (patch)
tree03c5a44a01738f0202b18c0c101b670a5d3fb47c /sys/dev/sn
parentab185f085d5b6e04f5f08fa62e0571a18f1870cc (diff)
downloadFreeBSD-src-5f2befc69afb945e4cfd4be27ee1ebcaa57e32c6.zip
FreeBSD-src-5f2befc69afb945e4cfd4be27ee1ebcaa57e32c6.tar.gz
Fix disordering of pccarddevs.h noticed by bde. Also remove a few
redundant includes and fix some of the include disordering. Submitted by: bde
Diffstat (limited to 'sys/dev/sn')
-rw-r--r--sys/dev/sn/if_sn_pccard.c13
1 files changed, 4 insertions, 9 deletions
diff --git a/sys/dev/sn/if_sn_pccard.c b/sys/dev/sn/if_sn_pccard.c
index 0122a2d..3b0409e 100644
--- a/sys/dev/sn/if_sn_pccard.c
+++ b/sys/dev/sn/if_sn_pccard.c
@@ -33,25 +33,20 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
-#include <sys/systm.h>
+#include <sys/bus.h>
#include <sys/kernel.h>
#include <sys/socket.h>
+#include <sys/systm.h>
-#include <sys/module.h>
-#include <sys/bus.h>
-
-#include <machine/bus.h>
-#include <machine/resource.h>
-
#include <net/ethernet.h>
#include <net/if.h>
#include <net/if_arp.h>
-#include <dev/sn/if_snvar.h>
#include <dev/pccard/pccardvar.h>
-#include "pccarddevs.h"
+#include <dev/sn/if_snvar.h>
#include "card_if.h"
+#include "pccarddevs.h"
static const struct pccard_product sn_pccard_products[] = {
PCMCIA_CARD(DSPSI, XJACK, 0),
OpenPOWER on IntegriCloud