Revert "xfrm: Export symbol xfrm_dev_state_delete."

This reverts commit 878c90b54b which is
commit 2d5317753e 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:
Greg Kroah-Hartman 2024-08-12 15:24:12 +00:00
parent e31afa119c
commit b9befda371

View File

@ -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)
{