Fix sparse warning about local function that should be static. Signed-off-by: Stephen Hemminger <shemminger@xxxxxxxxxx> --- a/net/sctp/protocol.c 2012-12-27 11:36:34.817072247 -0800 +++ b/net/sctp/protocol.c 2012-12-28 20:02:51.445778974 -0800 @@ -595,7 +595,7 @@ static void sctp_v4_ecn_capable(struct s 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; -- To unsubscribe from this list: send the line "unsubscribe linux-sctp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html