diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-09-20 19:05:32 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-09-20 19:05:32 +0000 |
| commit | baebc9fa44421a83bcee3319f59d8bbb8042a144 (patch) | |
| tree | 2826a693882df035651ceaa69ba1b7ef9e9f3fb8 /sys/dev | |
| parent | 2ead0fa6d766f6c846ff8053ee5dc6daf30dc0f1 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sn/if_sn_isa.c | 5 | ||||
| -rw-r--r-- | sys/dev/sn/if_sn_pccard.c | 3 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/sn/if_sn_isa.c b/sys/dev/sn/if_sn_isa.c index 78d9bd0d68b6b..157be8f1143f8 100644 --- a/sys/dev/sn/if_sn_isa.c +++ b/sys/dev/sn/if_sn_isa.c @@ -31,7 +31,6 @@ */ #include <sys/param.h> -#include <sys/systm.h> #include <sys/kernel.h> #include <sys/socket.h> @@ -40,18 +39,14 @@ #include <machine/bus.h> #include <machine/resource.h> -#include <sys/rman.h> #include <net/if.h> #include <net/if_arp.h> -#include <net/if_media.h> #include <machine/clock.h> #include <isa/isavar.h> -#include <isa/pnpvar.h> -#include <dev/sn/if_snreg.h> #include <dev/sn/if_snvar.h> static int sn_isa_probe (device_t); diff --git a/sys/dev/sn/if_sn_pccard.c b/sys/dev/sn/if_sn_pccard.c index 5e41bec75c77a..4ab09b35c8cab 100644 --- a/sys/dev/sn/if_sn_pccard.c +++ b/sys/dev/sn/if_sn_pccard.c @@ -42,16 +42,13 @@ #include <machine/bus.h> #include <machine/resource.h> -#include <sys/rman.h> #include <net/ethernet.h> #include <net/if.h> #include <net/if_arp.h> -#include <net/if_media.h> #include <machine/clock.h> -#include <dev/sn/if_snreg.h> #include <dev/sn/if_snvar.h> #include <dev/pccard/pccardvar.h> |
