diff options
| author | 2019-02-26 16:35:12 -0800 | |
|---|---|---|
| committer | 2019-03-22 08:19:17 -0700 | |
| commit | eb86b0949183c5005ed33e57788d05d90bb72a5a (patch) | |
| tree | f263ece579d4ba197c56bd9c9e5e304fda00050a | |
| parent | ice: fix some function prototype and signature style issues (diff) | |
| download | wireguard-linux-eb86b0949183c5005ed33e57788d05d90bb72a5a.tar.xz wireguard-linux-eb86b0949183c5005ed33e57788d05d90bb72a5a.zip | |
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>
| -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 { struct ice_sched_node *ag_node[ICE_MAX_TRAFFIC_CLASS]; struct list_head list_entry; u16 max_lanq[ICE_MAX_TRAFFIC_CLASS]; - u16 vsi_id; }; /* driver defines the policy */ |
