aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_common.h
diff options
context:
space:
mode:
authorBrett Creeley <[email protected]>2020-02-06 09:20:03 +0000
committerJeff Kirsher <[email protected]>2020-02-12 19:48:26 +0000
commit3d9f99908037a90ba9399e553b9beffcac26f068 (patch)
tree1be0e4df4783723e6edb8ce33f0bac834523fa61 /drivers/net/ethernet/intel/ice/ice_common.h
parentice: Don't allow same value for Rx tail to be written twice (diff)
downloadkernel-3d9f99908037a90ba9399e553b9beffcac26f068.tar.gz
kernel-3d9f99908037a90ba9399e553b9beffcac26f068.zip
ice: Remove ice_dev_onetime_setup()
ice_dev_onetime_setup contains driver workarounds needed for firmware limitations. These issues have now been resolved in newer NVMs so remove the function. Signed-off-by: Brett Creeley <[email protected]> Signed-off-by: Tony Nguyen <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_common.h')
-rw-r--r--drivers/net/ethernet/intel/ice/ice_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_common.h b/drivers/net/ethernet/intel/ice/ice_common.h
index b5c013fdaaf9..f9fc005d35a7 100644
--- a/drivers/net/ethernet/intel/ice/ice_common.h
+++ b/drivers/net/ethernet/intel/ice/ice_common.h
@@ -54,8 +54,6 @@ enum ice_status ice_get_caps(struct ice_hw *hw);
void ice_set_safe_mode_caps(struct ice_hw *hw);
-void ice_dev_onetime_setup(struct ice_hw *hw);
-
enum ice_status
ice_write_rxq_ctx(struct ice_hw *hw, struct ice_rlan_ctx *rlan_ctx,
u32 rxq_index);