aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorstephen hemminger <shemminger@vyatta.com>2012-12-28 13:18:55 -0500
committerDavid S. Miller <davem@davemloft.net>2012-12-28 23:32:36 -0500
commitbd2a13e2ebedc084ca4d5bc77e8ed03cf793a130 (patch)
tree63262b85770be4a6b749e2122a075030a2e4dd3d /net
parentb2111724a639ec31a19fdca62ea3a0a222d59d11 (diff)
sctp: make sctp_addr_wq_timeout_handler static
Fix sparse warning about local function that should be static. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-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;