lagg: Make lagg_link_active() static
It is declared as static. Make the definition consistent with the
declaration.
It was ever fixed by commit 52e53e2de0, but the commit was reverted,
leaving it unfixed.
No functional change intended.
MFC after: 3 days
This commit is contained in:
+1
-1
@@ -2326,7 +2326,7 @@ lagg_port_state(struct ifnet *ifp, int state)
|
||||
LAGG_XUNLOCK(sc);
|
||||
}
|
||||
|
||||
struct lagg_port *
|
||||
static struct lagg_port *
|
||||
lagg_link_active(struct lagg_softc *sc, struct lagg_port *lp)
|
||||
{
|
||||
struct lagg_port *lp_next, *rval = NULL;
|
||||
|
||||
Reference in New Issue
Block a user