diff options
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_switch.c')
-rw-r--r-- | drivers/net/ethernet/intel/ice/ice_switch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_switch.c b/drivers/net/ethernet/intel/ice/ice_switch.c index 107ca08899b6..af55c74c2378 100644 --- a/drivers/net/ethernet/intel/ice/ice_switch.c +++ b/drivers/net/ethernet/intel/ice/ice_switch.c | |||
@@ -92,8 +92,7 @@ ice_aq_alloc_free_res(struct ice_hw *hw, u16 num_entries, | |||
92 | * Allocate memory for the entire recipe table and initialize the structures/ | 92 | * Allocate memory for the entire recipe table and initialize the structures/ |
93 | * entries corresponding to basic recipes. | 93 | * entries corresponding to basic recipes. |
94 | */ | 94 | */ |
95 | enum ice_status | 95 | enum ice_status ice_init_def_sw_recp(struct ice_hw *hw) |
96 | ice_init_def_sw_recp(struct ice_hw *hw) | ||
97 | { | 96 | { |
98 | struct ice_sw_recipe *recps; | 97 | struct ice_sw_recipe *recps; |
99 | u8 i; | 98 | u8 i; |