Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd2a13e2 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

sctp: make sctp_addr_wq_timeout_handler static



Fix sparse warning about local function that should be static.

Signed-off-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b2111724
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -595,7 +595,7 @@ static void sctp_v4_ecn_capable(struct sock *sk)
	INET_ECN_xmit(sk);
}

void sctp_addr_wq_timeout_handler(unsigned long arg)
static void sctp_addr_wq_timeout_handler(unsigned long arg)
{
	struct net *net = (struct net *)arg;
	struct sctp_sockaddr_entry *addrw, *temp;