1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-06 18:29:47 +00:00

Fix merging botch I made in last version.

This commit is contained in:
Warner Losh 2005-02-20 19:59:29 +00:00
parent df889dba95
commit 57be6dcf4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142138

View File

@ -205,7 +205,6 @@ int ed_probe_3Com(device_t, int, int);
int ed_probe_SIC(device_t, int, int);
#endif
int ed_probe_Novell(device_t, int, int);
int ed_probe_Novell_generic(device_t, int);
void ed_Novell_read_mac(struct ed_softc *);
#ifdef ED_HPP
int ed_probe_HP_pclanp(device_t, int, int);