]> 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)
commit5556126edd766ac0ba69f41deb5ea03c13db8a2d
treeb6519d7899fbf123f1320393b70c1c85f7926c1f
parent9d8e343889bab50ca050836d6e10d4de42c79dce
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