diff options
| author | Przemek Kitszel <[email protected]> | 2024-10-02 11:50:21 +0000 |
|---|---|---|
| committer | Tony Nguyen <[email protected]> | 2025-01-14 22:37:33 +0000 |
| commit | c37dd67c423308c5a58c1a6e5b53229a95e19c3f (patch) | |
| tree | a093ba775d40b8d6b2e5f745efdde730dcb8a19d /drivers/net/ethernet/intel/ice/ice_common.h | |
| parent | Merge branch 'arrange-pse-core-and-update-tps23881-driver' (diff) | |
| download | kernel-c37dd67c423308c5a58c1a6e5b53229a95e19c3f.tar.gz kernel-c37dd67c423308c5a58c1a6e5b53229a95e19c3f.zip | |
ice: c827: move wait for FW to ice_init_hw()
Move call to ice_wait_for_fw() from ice_init_dev() into ice_init_hw(),
where it fits better. This requires also to move ice_wait_for_fw()
to ice_common.c.
ice_is_pf_c827() is now used only in ice_common.c, so it could be static.
CC: Arkadiusz Kubalewski <[email protected]>
Reviewed-by: Marcin Szycik <[email protected]>
Signed-off-by: Przemek Kitszel <[email protected]>
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_common.h')
| -rw-r--r-- | drivers/net/ethernet/intel/ice/ice_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_common.h b/drivers/net/ethernet/intel/ice/ice_common.h index a68bea3934e3..d12424735686 100644 --- a/drivers/net/ethernet/intel/ice/ice_common.h +++ b/drivers/net/ethernet/intel/ice/ice_common.h @@ -112,7 +112,6 @@ int ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode, struct ice_aqc_get_phy_caps_data *caps, struct ice_sq_cd *cd); -bool ice_is_pf_c827(struct ice_hw *hw); bool ice_is_phy_rclk_in_netlist(struct ice_hw *hw); bool ice_is_clock_mux_in_netlist(struct ice_hw *hw); bool ice_is_cgu_in_netlist(struct ice_hw *hw); |
