aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sn
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/sn
parent54c9d8aabc9eedb3677747ae4846b391156983ad (diff)
Notes
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 0122a2d6ae2c..3b0409e25301 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),