mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-13 20:59:37 +02:00
xfrm: Export symbol xfrm_dev_state_delete.
[ Upstream commit2d5317753e
] This fixes a build failure if xfrm_user is build as a module. Fixes:07b87f9eea
("xfrm: Fix unregister netdevice hang on hardware offload.") Reported-by: Mark Brown <broonie@kernel.org> Tested-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
0f6b8aed5d
commit
878c90b54b
|
@ -698,6 +698,7 @@ void xfrm_dev_state_delete(struct xfrm_state *x)
|
||||||
spin_unlock_bh(&xfrm_state_dev_gc_lock);
|
spin_unlock_bh(&xfrm_state_dev_gc_lock);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(xfrm_dev_state_delete);
|
||||||
|
|
||||||
void xfrm_dev_state_free(struct xfrm_state *x)
|
void xfrm_dev_state_free(struct xfrm_state *x)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user