From: Yue Haibing Date: Fri, 30 Aug 2024 09:33:36 +0000 (+0800) Subject: cxgb3: Remove unused declarations X-Git-Tag: v6.12-rc1~232^2~123^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd11198da8ac239c0e831ac476490fd38db9cc37;p=thirdparty%2Fkernel%2Flinux.git cxgb3: Remove unused declarations Commit 4d22de3e6cc4 ("Add support for the latest 1G/10G Chelsio adapter, T3.") declared but never implemented these. Reviewed-by: Simon Horman Signed-off-by: Yue Haibing Signed-off-by: Paolo Abeni --- diff --git a/drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h b/drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h index f04e81f337951..a08fc762a4388 100644 --- a/drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h +++ b/drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h @@ -106,6 +106,4 @@ static inline struct t3c_tid_entry *lookup_atid(const struct tid_info *t, return &e->t3c_tid; } -int attach_t3cdev(struct t3cdev *dev); -void detach_t3cdev(struct t3cdev *dev); #endif