OSDN Git Service

sctp: make sctp_addr_wq_timeout_handler static
authorstephen hemminger <shemminger@vyatta.com>
Fri, 28 Dec 2012 18:18:55 +0000 (18:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 Dec 2012 04:32:36 +0000 (20:32 -0800)
commitbd2a13e2ebedc084ca4d5bc77e8ed03cf793a130
tree63262b85770be4a6b749e2122a075030a2e4dd3d
parentb2111724a639ec31a19fdca62ea3a0a222d59d11
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>
net/sctp/protocol.c