mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 12:44:11 +08:00
net: ethtool: remove unused struct 'cable_test_tdr_req_info'
'cable_test_tdr_req_info' is unused since the original
commit f2bc8ad31a
("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>
This commit is contained in:
parent
6f49c3fb56
commit
a23b0034e9
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user