Message ID | 20240829123707.2276148-2-yuehaibing@huawei.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | cleanup chelsio driver declarations | expand |
On Thu, Aug 29, 2024 at 08:37:05PM +0800, Yue Haibing wrote: > Commit 4d22de3e6cc4 ("Add support for the latest 1G/10G Chelsio adapter, > T3.") declared but never implemented these. > > Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Thanks, I agree with your analysis. Reviewed-by: Simon Horman <horms@kernel.org>
diff --git a/drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h b/drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h index f04e81f33795..a08fc762a438 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
Commit 4d22de3e6cc4 ("Add support for the latest 1G/10G Chelsio adapter, T3.") declared but never implemented these. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> --- drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h | 2 -- 1 file changed, 2 deletions(-)