forked from Minki/linux
net: atlantic: remove duplicate entries
Function entries were duplicated accidentally, removing the dups.
Fixes: ea4b4d7fc1
("net: atlantic: loopback tests via private flags")
Signed-off-by: Igor Russkikh <irusskikh@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
883daa1854
commit
b585f8602a
@ -1525,9 +1525,6 @@ const struct aq_hw_ops hw_atl_ops_b0 = {
|
||||
.rx_extract_ts = hw_atl_b0_rx_extract_ts,
|
||||
.extract_hwts = hw_atl_b0_extract_hwts,
|
||||
.hw_set_offload = hw_atl_b0_hw_offload_set,
|
||||
.hw_get_hw_stats = hw_atl_utils_get_hw_stats,
|
||||
.hw_get_fw_version = hw_atl_utils_get_fw_version,
|
||||
.hw_set_offload = hw_atl_b0_hw_offload_set,
|
||||
.hw_set_loopback = hw_atl_b0_set_loopback,
|
||||
.hw_set_fc = hw_atl_b0_set_fc,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user