diff options
author | 2024-06-01 00:30:06 +0100 | |
---|---|---|
committer | 2024-06-05 10:19:08 +0100 | |
commit | a23b0034e93453cecf435637dfdb14560eeda6c8 (patch) | |
tree | 9454490fb9f2a040cfae12a20096fc0db47a39c3 | |
parent | net: caif: remove unused structs (diff) | |
download | wireguard-linux-a23b0034e93453cecf435637dfdb14560eeda6c8.tar.xz wireguard-linux-a23b0034e93453cecf435637dfdb14560eeda6c8.zip |
net: ethtool: remove unused struct 'cable_test_tdr_req_info'
'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>
-rw-r--r-- | net/ethtool/cabletest.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/ethtool/cabletest.c b/net/ethtool/cabletest.c index 06a151165c31..f6f136ec7ddf 100644 --- a/net/ethtool/cabletest.c +++ b/net/ethtool/cabletest.c @@ -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 }, |