diff options
Diffstat (limited to 'sys/dev/ed/if_ed.c')
| -rw-r--r-- | sys/dev/ed/if_ed.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index b355f4fe047d..959d78288900 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -76,7 +76,6 @@ static int ed_ioctl __P((struct ifnet *, u_long, caddr_t)); static void ed_start __P((struct ifnet *)); static void ed_reset __P((struct ifnet *)); static void ed_watchdog __P((struct ifnet *)); -static void ed_stop __P((struct ed_softc *)); static void ds_getmcaf __P((struct ed_softc *, u_long *)); @@ -1719,7 +1718,7 @@ ed_reset(ifp) /* * Take interface offline. */ -static void +void ed_stop(sc) struct ed_softc *sc; { |
