Warning police:

- Share the ex_stop() prototype in if_exvar.h
- Remove an unused local variable.
This commit is contained in:
John Baldwin 2001-01-19 09:04:56 +00:00
parent dc57d7c6dc
commit 1d33852a18
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,6 @@ static void ex_ifmedia_sts __P((struct ifnet *, struct ifmediareq *));
static int ex_get_media __P((u_int32_t iobase));
void ex_stop __P((struct ex_softc *));
static void ex_reset __P((struct ex_softc *));
static void ex_tx_intr __P((struct ex_softc *));
@ -896,7 +895,6 @@ static int
ex_ifmedia_upd (ifp)
struct ifnet * ifp;
{
struct ex_softc * sc = ifp->if_softc;
return (0);
}

View File

@ -83,3 +83,5 @@ u_int16_t eeprom_read (u_int32_t, int);
int look_for_card (u_int32_t);
void ex_get_address (u_int32_t, u_char *);
int ex_card_type (u_char *);
void ex_stop (struct ex_softc *);