ipv4: __ip_local_out_sk() is static
authorEric Dumazet <edumazet@google.com>
Tue, 12 May 2015 13:31:48 +0000 (06:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 May 2015 19:21:33 +0000 (15:21 -0400)
commit7d771aaac7b2459013e9a246f16c06d4f2b819e1
treece79c00eb780762b4868b803f7191d327038d51e
parent216f8bb9f67ff636769064f86812e1ce6466e4af
ipv4: __ip_local_out_sk() is static

__ip_local_out_sk() is only used from net/ipv4/ip_output.c

net/ipv4/ip_output.c:94:5: warning: symbol '__ip_local_out_sk' was not
declared. Should it be static?

Fixes: 7026b1ddb6b8 ("netfilter: Pass socket pointer down through okfn().")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_output.c