aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/sctp/protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c
index f898b1c58bd2..1c2e46cb9191 100644
--- a/net/sctp/protocol.c
+++ b/net/sctp/protocol.c
@@ -595,7 +595,7 @@ static void sctp_v4_ecn_capable(struct sock *sk)
595 INET_ECN_xmit(sk); 595 INET_ECN_xmit(sk);
596} 596}
597 597
598void sctp_addr_wq_timeout_handler(unsigned long arg) 598static void sctp_addr_wq_timeout_handler(unsigned long arg)
599{ 599{
600 struct net *net = (struct net *)arg; 600 struct net *net = (struct net *)arg;
601 struct sctp_sockaddr_entry *addrw, *temp; 601 struct sctp_sockaddr_entry *addrw, *temp;