diff options
| author | Karol Kolacinski <[email protected]> | 2025-05-01 22:54:12 +0000 |
|---|---|---|
| committer | Tony Nguyen <[email protected]> | 2025-06-18 15:59:22 +0000 |
| commit | be7f0c1f47c75315f4b0f16432104cdb7ba0773c (patch) | |
| tree | 8058153c769517f972cb98c35e32aae507642b08 /drivers/net/ethernet/intel/ice/ice.h | |
| parent | Merge branch 'netconsole-msgid' into main (diff) | |
| download | kernel-be7f0c1f47c75315f4b0f16432104cdb7ba0773c.tar.gz kernel-be7f0c1f47c75315f4b0f16432104cdb7ba0773c.zip | |
ice: move TSPLL functions to a separate file
Collect TSPLL related functions and definitions and move them to
a separate file to have all TSPLL functionality in one place.
Move CGU related functions and definitions to ice_common.*
Reviewed-by: Michal Kubiak <[email protected]>
Reviewed-by: Milena Olech <[email protected]>
Signed-off-by: Karol Kolacinski <[email protected]>
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice.h')
| -rw-r--r-- | drivers/net/ethernet/intel/ice/ice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice.h b/drivers/net/ethernet/intel/ice/ice.h index dcf87efb9f20..657e1f608f1a 100644 --- a/drivers/net/ethernet/intel/ice/ice.h +++ b/drivers/net/ethernet/intel/ice/ice.h @@ -67,6 +67,7 @@ #include "ice_sriov.h" #include "ice_vf_mbx.h" #include "ice_ptp.h" +#include "ice_tspll.h" #include "ice_fdir.h" #include "ice_xsk.h" #include "ice_arfs.h" |
