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)
commit9449c3cd90472141cf081af88181a56163ff7132
treeb6519d7899fbf123f1320393b70c1c85f7926c1f
parentcffc642d93f9324a06dfbd7da9af29652952a248
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