Re: [PATCH 1/1] cxgb4: fix cxgb4_uld_in_use() not used error

2020-06-08 Thread David Miller
From: Heinrich Schuchardt Date: Mon, 8 Jun 2020 02:58:23 +0200 > When building without CONFIG_CHELSIO_TLS_DEVICE a build error occurs: > > drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c:666:13: error: > ‘cxgb4_uld_in_use’ defined but not used [-Werror=unused-function] > 666 | static bool cxgb

[PATCH 1/1] cxgb4: fix cxgb4_uld_in_use() not used error

2020-06-07 Thread Heinrich Schuchardt
When building without CONFIG_CHELSIO_TLS_DEVICE a build error occurs: drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c:666:13: error: ‘cxgb4_uld_in_use’ defined but not used [-Werror=unused-function] 666 | static bool cxgb4_uld_in_use(struct adapter *adap) | ^~~~ Gua