If we're not going to use am7990_shutdown, comment it all out.
MFC after: 2 weeks
This commit is contained in:
parent
1aaf1de145
commit
773fa867f2
@ -122,7 +122,9 @@ integrate int am7990_put __P((struct am7990_softc *, int, struct mbuf *));
|
||||
integrate struct mbuf *am7990_get __P((struct am7990_softc *, int, int));
|
||||
integrate void am7990_read __P((struct am7990_softc *, int, int));
|
||||
|
||||
/*
|
||||
hide void am7990_shutdown __P((void *));
|
||||
*/
|
||||
|
||||
int am7990_mediachange __P((struct ifnet *));
|
||||
void am7990_mediastatus __P((struct ifnet *, struct ifmediareq *));
|
||||
@ -1050,6 +1052,7 @@ am7990_ioctl(ifp, cmd, data)
|
||||
return (error);
|
||||
}
|
||||
|
||||
/*
|
||||
hide void
|
||||
am7990_shutdown(arg)
|
||||
void *arg;
|
||||
@ -1057,6 +1060,7 @@ am7990_shutdown(arg)
|
||||
|
||||
am7990_stop((struct am7990_softc *)arg);
|
||||
}
|
||||
*/
|
||||
|
||||
#ifdef LEDEBUG
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user