@@ -3890,7 +3890,6 @@ static struct mlxsw_driver mlxsw_sp1_driver = {
3890
3890
.resources_register = mlxsw_sp1_resources_register ,
3891
3891
.kvd_sizes_get = mlxsw_sp_kvd_sizes_get ,
3892
3892
.ptp_transmitted = mlxsw_sp_ptp_transmitted ,
3893
- .txhdr_len = MLXSW_TXHDR_LEN ,
3894
3893
.profile = & mlxsw_sp1_config_profile ,
3895
3894
.sdq_supports_cqe_v2 = false,
3896
3895
};
@@ -3926,7 +3925,6 @@ static struct mlxsw_driver mlxsw_sp2_driver = {
3926
3925
.trap_policer_counter_get = mlxsw_sp_trap_policer_counter_get ,
3927
3926
.resources_register = mlxsw_sp2_resources_register ,
3928
3927
.ptp_transmitted = mlxsw_sp_ptp_transmitted ,
3929
- .txhdr_len = MLXSW_TXHDR_LEN ,
3930
3928
.profile = & mlxsw_sp2_config_profile ,
3931
3929
.sdq_supports_cqe_v2 = true,
3932
3930
};
@@ -3962,7 +3960,6 @@ static struct mlxsw_driver mlxsw_sp3_driver = {
3962
3960
.trap_policer_counter_get = mlxsw_sp_trap_policer_counter_get ,
3963
3961
.resources_register = mlxsw_sp2_resources_register ,
3964
3962
.ptp_transmitted = mlxsw_sp_ptp_transmitted ,
3965
- .txhdr_len = MLXSW_TXHDR_LEN ,
3966
3963
.profile = & mlxsw_sp2_config_profile ,
3967
3964
.sdq_supports_cqe_v2 = true,
3968
3965
};
@@ -3996,7 +3993,6 @@ static struct mlxsw_driver mlxsw_sp4_driver = {
3996
3993
.trap_policer_counter_get = mlxsw_sp_trap_policer_counter_get ,
3997
3994
.resources_register = mlxsw_sp2_resources_register ,
3998
3995
.ptp_transmitted = mlxsw_sp_ptp_transmitted ,
3999
- .txhdr_len = MLXSW_TXHDR_LEN ,
4000
3996
.profile = & mlxsw_sp4_config_profile ,
4001
3997
.sdq_supports_cqe_v2 = true,
4002
3998
};
0 commit comments