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:
rwatson 2005-01-26 14:09:32 +00:00
parent aa3feb10d4
commit 5a24c873c7

View File

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