Remove unused static declaration of ed_pccard_dl100xx(), which probably
accidentally snuck into a prior commit to if_ed, and prevented building with -Werror. Pointed out by: csjp
This commit is contained in:
parent
ef41053770
commit
9bf2ac0e05
@ -77,7 +77,6 @@ static int ed_pccard_probe(device_t);
|
||||
static int ed_pccard_attach(device_t);
|
||||
static int ed_pccard_detach(device_t);
|
||||
|
||||
static int ed_pccard_dl100xx(device_t dev);
|
||||
static int ed_pccard_ax88190(device_t dev);
|
||||
|
||||
static void ax88190_geteprom(struct ed_softc *);
|
||||
|
Loading…
Reference in New Issue
Block a user