]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
cxgb3: Remove unused declarations
authorYue Haibing <yuehaibing@huawei.com>
Fri, 30 Aug 2024 09:33:36 +0000 (17:33 +0800)
committerPaolo 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

index f04e81f337951c01569b74b7ba8ae7b14af26478..a08fc762a438831d6330b83423f8db5c851a514a 100644 (file)
@@ -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