diff options
author | Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> | 2019-02-26 19:35:12 -0500 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2019-03-22 11:19:17 -0400 |
commit | eb86b0949183c5005ed33e57788d05d90bb72a5a (patch) | |
tree | f263ece579d4ba197c56bd9c9e5e304fda00050a /drivers/net/ethernet/intel | |
parent | c8b7abdd7d8e4696d5ffa25cebaa82931e0e39b3 (diff) |
ice: Remove unused vsi_id field
Remove unused vsi_id field from struct ice_sched_vsi_info.
Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel')
-rw-r--r-- | drivers/net/ethernet/intel/ice/ice_type.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_type.h b/drivers/net/ethernet/intel/ice/ice_type.h index 560b0d2d46ff..584f260f2e4f 100644 --- a/drivers/net/ethernet/intel/ice/ice_type.h +++ b/drivers/net/ethernet/intel/ice/ice_type.h | |||
@@ -248,7 +248,6 @@ struct ice_sched_vsi_info { | |||
248 | struct ice_sched_node *ag_node[ICE_MAX_TRAFFIC_CLASS]; | 248 | struct ice_sched_node *ag_node[ICE_MAX_TRAFFIC_CLASS]; |
249 | struct list_head list_entry; | 249 | struct list_head list_entry; |
250 | u16 max_lanq[ICE_MAX_TRAFFIC_CLASS]; | 250 | u16 max_lanq[ICE_MAX_TRAFFIC_CLASS]; |
251 | u16 vsi_id; | ||
252 | }; | 251 | }; |
253 | 252 | ||
254 | /* driver defines the policy */ | 253 | /* driver defines the policy */ |