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_ptp.c | |
| 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_ptp.c')
| -rw-r--r-- | drivers/net/ethernet/intel/ice/ice_ptp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_ptp.c b/drivers/net/ethernet/intel/ice/ice_ptp.c index 9a2606dcdf48..8742f7336f72 100644 --- a/drivers/net/ethernet/intel/ice/ice_ptp.c +++ b/drivers/net/ethernet/intel/ice/ice_ptp.c @@ -4,7 +4,6 @@ #include "ice.h" #include "ice_lib.h" #include "ice_trace.h" -#include "ice_cgu_regs.h" static const char ice_pin_names[][64] = { "SDP0", |
