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

Commit 244055fd authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller
Browse files

[XFRM]: unexport xfrm_state_mtu



This patch removes the unused EXPORT_SYMBOL(xfrm_state_mtu).

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5bba1712
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1164,8 +1164,6 @@ int xfrm_state_mtu(struct xfrm_state *x, int mtu)
	return res;
}

EXPORT_SYMBOL(xfrm_state_mtu);

int xfrm_init_state(struct xfrm_state *x)
{
	struct xfrm_state_afinfo *afinfo;