]> git.baikalelectronics.ru Git - kernel.git/commit
net: make skb_dst_pop routine static
authorYing Xue <ying.xue@windriver.com>
Tue, 12 May 2015 10:29:44 +0000 (18:29 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 May 2015 03:19:49 +0000 (23:19 -0400)
commit8e2fc13024bd99772d85491536c2456a44cf3efb
treeb6519d7899fbf123f1320393b70c1c85f7926c1f
parentf69a27935e701d22f35d0db0360989f000b5c2d6
net: make skb_dst_pop routine static

As xfrm_output_one() is the only caller of skb_dst_pop(), we should
make skb_dst_pop() localized.

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/dst.h
net/xfrm/xfrm_output.c