]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
xfrm: Make function xfrm_dev_register static
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 18 May 2017 15:51:38 +0000 (15:51 +0000)
committerSteffen Klassert <steffen.klassert@secunet.com>
Fri, 19 May 2017 09:42:39 +0000 (11:42 +0200)
commit24d472e4e497c29d2eb8fcbe6d9b373b66804e01
treeabee6285a136181e8b6c9a01a8d9907b85668ca9
parenta133d93054fa063fb3bd328abdc3d09a7e687afe
xfrm: Make function xfrm_dev_register static

Fixes the following sparse warning:

net/xfrm/xfrm_device.c:141:5: warning:
 symbol 'xfrm_dev_register' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/xfrm/xfrm_device.c