diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-11-18 08:39:02 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-11-18 08:39:02 +0000 |
| commit | 4a6eb2cc6c9f62d542110e922720301f2310a386 (patch) | |
| tree | ee260e3119af3f888871b0c8c50fe948b45d5cc9 /sys/dev | |
| parent | f14f25d086bb8a42337385f9c8a41a6dca60ec27 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/wi/if_wi.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index 79ebcd590241..53437a1fb59d 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -127,9 +127,7 @@ static u_int8_t wi_mcast_addr[6] = { 0x01, 0x60, 0x1D, 0x00, 0x01, 0x00 }; static int wi_probe __P((struct isa_device *)); static int wi_attach __P((struct isa_device *)); -#ifdef PCCARD_MODULE -static ointhand2_t wi_intr; -#endif +ointhand2_t wi_intr; static void wi_reset __P((struct wi_softc *)); static int wi_ioctl __P((struct ifnet *, u_long, caddr_t)); static void wi_init __P((void *)); |
