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)
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>

No differences found