Message ID | 20240830093338.3742315-2-yuehaibing@huawei.com (mailing list archive) |
---|---|
State | Accepted |
Commit | bd11198da8ac239c0e831ac476490fd38db9cc37 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | cleanup chelsio driver declarations | expand |
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