From: stephen hemminger Date: Fri, 28 Dec 2012 18:18:55 +0000 (+0000) Subject: sctp: make sctp_addr_wq_timeout_handler static X-Git-Tag: v3.9-rc1~139^2~517 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd2a13e2ebedc084ca4d5bc77e8ed03cf793a130;p=platform%2Fkernel%2Flinux-exynos.git sctp: make sctp_addr_wq_timeout_handler static Fix sparse warning about local function that should be static. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index f898b1c..1c2e46c 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c @@ -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;