ice: make ice_get_pf_c827_idx static
authorJacob Keller <jacob.e.keller@intel.com>
Thu, 19 Oct 2023 17:32:24 +0000 (10:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Oct 2023 11:53:06 +0000 (12:53 +0100)
commit67918b6b2671f02c3f73dcbe29419eaec58b2996
tree58be6afa3c382f8e57333535921443185da5773d
parent4d38cb44bd321c81da3457cfbc38501ed8cb6714
ice: make ice_get_pf_c827_idx static

The ice_get_pf_c827_idx function is only called inside of ice_ptp_hw.c, so
there is no reason to export it. Mark it static and remove the declaration
from ice_ptp_hw.h

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/ice/ice_ptp_hw.c
drivers/net/ethernet/intel/ice/ice_ptp_hw.h