aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_common.h
diff options
context:
space:
mode:
authorCudzilo, Szymon T <[email protected]>2020-07-24 00:22:01 +0000
committerDavid S. Miller <[email protected]>2020-07-29 00:07:06 +0000
commit544cd2ac1328451fdbbd60e5cce52aa1b6fe11a8 (patch)
treea0bb5e3c6717648c6653b4b6473197ceeb4ae2ca /drivers/net/ethernet/intel/ice/ice_common.h
parentice: Add support for unified NVM update flow capability (diff)
downloadkernel-544cd2ac1328451fdbbd60e5cce52aa1b6fe11a8.tar.gz
kernel-544cd2ac1328451fdbbd60e5cce52aa1b6fe11a8.zip
ice: Add AdminQ commands for FW update
Add structures, identifiers, and helper functions for several AdminQ commands related to performing a firmware update for the ice hardware. These will be used in future code for implementing the devlink .flash_update handler. Signed-off-by: Cudzilo, Szymon T <[email protected]> Signed-off-by: Jacob Keller <[email protected]> Signed-off-by: David S. Miller <[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 33a681a75439..d8b33d7285c0 100644
--- a/drivers/net/ethernet/intel/ice/ice_common.h
+++ b/drivers/net/ethernet/intel/ice/ice_common.h
@@ -11,8 +11,6 @@
#include "ice_switch.h"
#include <linux/avf/virtchnl.h>
-enum ice_status ice_nvm_validate_checksum(struct ice_hw *hw);
-
enum ice_status ice_init_hw(struct ice_hw *hw);
void ice_deinit_hw(struct ice_hw *hw);
enum ice_status ice_check_reset(struct ice_hw *hw);