commit | 9449c3cd90472141cf081af88181a56163ff7132 | [log] [tgz] |
---|---|---|
author | Ying Xue <ying.xue@windriver.com> | Tue May 12 18:29:44 2015 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue May 12 23:19:49 2015 -0400 |
tree | b6519d7899fbf123f1320393b70c1c85f7926c1f | |
parent | cffc642d93f9324a06dfbd7da9af29652952a248 [diff] |
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>