commit | 6579a023a881e0592ce9a98fdfcbcc0a2a096aa7 | [log] [tgz] |
---|---|---|
author | Haishuang Yan <yanhaishuang@cmss.chinamobile.com> | Wed Mar 23 17:59:51 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 23 22:09:58 2016 -0400 |
tree | c2295896c35ebef4d8cc13db5ba63005bbd3d5b2 | |
parent | 3f735131d9c2523eb54a6c5099fa8c60a4292d48 [diff] |
net: ping: make ping_v6_sendmsg static As ping_v6_sendmsg is used only in this file, making it static The body of "pingv6_prot" and "pingv6_protosw" were moved at the middle of the file, to avoid having to declare some static prototypes. Signed-off-by: Haishuang Yan <yanhaishuang@cmss.chinamobile.com> Signed-off-by: David S. Miller <davem@davemloft.net>