mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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
84569dff34
commit
645674fb54
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue