]> www.infradead.org Git - users/willy/xarray.git/commit
cxgb4: Remove unused declarations
authorYue Haibing <yuehaibing@huawei.com>
Fri, 30 Aug 2024 09:33:37 +0000 (17:33 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 3 Sep 2024 11:07:27 +0000 (13:07 +0200)
commit17d8aa831aa0d7335e86d544441bfdf65bb3497f
tree03177df6bc0c8f0dc290c39f00eddcda98095668
parentbd11198da8ac239c0e831ac476490fd38db9cc37
cxgb4: Remove unused declarations

Commit e2d14b42c25c ("cxgb4: Remove WOL get/set ethtool support") removed
t4_wol_magic_enable() and t4_wol_pat_enable() but leave declarations.

Commit 02d805dc5fe3 ("cxgb4: use new fw interface to get the VIN and smt
index") leave behind cxgb4_tp_smt_idx().

cxgb4_dcb_set_caps() is never implemented and used since introduction in
commit 76bcb31efc06 ("cxgb4 : Add DCBx support codebase and dcbnl_ops").

Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h