]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
net: ethtool: remove unused struct 'cable_test_tdr_req_info'
authorDr. David Alan Gilbert <linux@treblig.org>
Fri, 31 May 2024 23:30:06 +0000 (00:30 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Jun 2024 09:19:08 +0000 (10:19 +0100)
'cable_test_tdr_req_info' is unused since the original
commit f2bc8ad31a7f ("net: ethtool: Allow PHY cable test TDR data to
configured").

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ethtool/cabletest.c

index 06a151165c31ce59928d4a4769b5fce2749c53c7..f6f136ec7ddfc4efd293544b25d1c2f64df20fa0 100644 (file)
@@ -207,10 +207,6 @@ err:
 }
 EXPORT_SYMBOL_GPL(ethnl_cable_test_fault_length);
 
-struct cable_test_tdr_req_info {
-       struct ethnl_req_info           base;
-};
-
 static const struct nla_policy cable_test_tdr_act_cfg_policy[] = {
        [ETHTOOL_A_CABLE_TEST_TDR_CFG_FIRST]    = { .type = NLA_U32 },
        [ETHTOOL_A_CABLE_TEST_TDR_CFG_LAST]     = { .type = NLA_U32 },