Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26bfbe1e authored by Wei Yongjun's avatar Wei Yongjun Committed by Greg Kroah-Hartman
Browse files

UPSTREAM: xfrm: Make function xfrmi_get_link_net() static



Fixes the following sparse warning:

net/xfrm/xfrm_interface.c:745:12: warning:
 symbol 'xfrmi_get_link_net' was not declared. Should it be static?

Fixes: f203b76d7809 ("xfrm: Add virtual xfrm interfaces")
Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
(cherry picked from commit 211d6f2dc883fe2235532d7ec4ed7e8222957ae0)
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
Change-Id: I71d25b41c0e87945281c6c8dedf65953a4cef4dc
parent 09e107ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -702,7 +702,7 @@ static int xfrmi_fill_info(struct sk_buff *skb, const struct net_device *dev)
	return -EMSGSIZE;
}

struct net *xfrmi_get_link_net(const struct net_device *dev)
static struct net *xfrmi_get_link_net(const struct net_device *dev)
{
	struct xfrm_if *xi = netdev_priv(dev);