mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-12 12:25:18 +02:00
Revert "xfrm: Export symbol xfrm_dev_state_delete."
This reverts commit878c90b54b
which is commit2d5317753e
upstream. It breaks the Android kernel abi and can be brought back in the future in an abi-safe way if it is really needed. Bug: 161946584 Change-Id: I23d442e23701c72125f3d7a1ee42fb6eb0702824 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
e31afa119c
commit
b9befda371
|
@ -698,7 +698,6 @@ void xfrm_dev_state_delete(struct xfrm_state *x)
|
|||
spin_unlock_bh(&xfrm_state_dev_gc_lock);
|
||||
}
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(xfrm_dev_state_delete);
|
||||
|
||||
void xfrm_dev_state_free(struct xfrm_state *x)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user