nlmrsa: Mark deprecated for 14.

This is the only in-tree driver for the asymmetric crypto support in
OCF that is already marked deprecated for 14.

MFC after:	3 days
Sponsored by:	Chelsio Communications
This commit is contained in:
John Baldwin 2021-03-16 14:34:58 -07:00
parent cdac5f398b
commit 096a847216

View File

@ -296,6 +296,7 @@ xlp_rsa_attach(device_t dev)
if (xlp_rsa_init(sc, node) != 0)
goto error_exit;
device_printf(dev, "RSA Initialization complete!\n");
gone_in_dev(dev, 14, "Asymmetric crypto");
return (0);
error_exit: