]> git.baikalelectronics.ru Git - kernel.git/commit
crypto/chcr: error seen if CONFIG_CHELSIO_TLS_DEVICE isn't set
authorRohit Maheshwari <rohitm@chelsio.com>
Wed, 3 Jun 2020 04:28:13 +0000 (09:58 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Jun 2020 22:31:47 +0000 (15:31 -0700)
commit5c4f440f92ebf8b867faf3bae1229406c096258a
treecfe2acf4bfac6eb262aeb4c899c003c14cdf095f
parent69858808c81140b32f29f4095ff7538312e01922
crypto/chcr: error seen if CONFIG_CHELSIO_TLS_DEVICE isn't set

cxgb4_uld_in_use() is used only by cxgb4_ktls_det_feature() which
is under CONFIG_CHELSIO_TLS_DEVICE macro.

Fixes: a0196d9c3187 ("cxgb4/chcr: Enable ktls settings at run time")
Signed-off-by: Rohit Maheshwari <rohitm@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c