]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - net/ipv4/ipmr.c
net: ipmr: make function ipmr_notifier_init static
authorColin Ian King <colin.king@canonical.com>
Fri, 29 Sep 2017 13:34:22 +0000 (14:34 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Oct 2017 03:06:29 +0000 (04:06 +0100)
commitef739d8aabaa26dd99f5661e38a86f4d85d8dfed
tree208a20fd71ab97472078bb388653fab30ef3d148
parente876a8a7e9dd89dc88c12ca2e81beb478dbe9897
net: ipmr: make function ipmr_notifier_init static

The function ipmr_notifier_init is local to the source and does
not need to be in global scope, so make it static.

Cleans up sparse warning:
warning: symbol 'ipmr_notifier_init' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipmr.c