Commit bd11198d authored by Yue Haibing's avatar Yue Haibing Committed by Paolo Abeni

cxgb3: Remove unused declarations

Commit 4d22de3e ("Add support for the latest 1G/10G Chelsio adapter,
T3.") declared but never implemented these.
Reviewed-by: default avatarSimon Horman <horms@kernel.org>
Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent 5ceb87dc
...@@ -106,6 +106,4 @@ static inline struct t3c_tid_entry *lookup_atid(const struct tid_info *t, ...@@ -106,6 +106,4 @@ static inline struct t3c_tid_entry *lookup_atid(const struct tid_info *t,
return &e->t3c_tid; return &e->t3c_tid;
} }
int attach_t3cdev(struct t3cdev *dev);
void detach_t3cdev(struct t3cdev *dev);
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment