Fix a warning.

This commit is contained in:
Peter Wemm 1999-11-18 08:39:02 +00:00
parent f14f25d086
commit 4a6eb2cc6c
2 changed files with 2 additions and 6 deletions

View File

@ -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 *));

View File

@ -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 *));