projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ceb87d
)
cxgb3: Remove unused declarations
author
Yue Haibing
<yuehaibing@huawei.com>
Fri, 30 Aug 2024 09:33:36 +0000
(17:33 +0800)
committer
Paolo Abeni
<pabeni@redhat.com>
Tue, 3 Sep 2024 11:07:27 +0000
(13:07 +0200)
Commit
4d22de3e6cc4
("Add support for the latest 1G/10G Chelsio adapter,
T3.") declared but never implemented these.
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/cxgb3/cxgb3_defs.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h
b/drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h
index
f04e81f
..
a08fc76
100644
(file)
--- 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