On 7/24/24 01:20, Jacob Keller wrote:
On 7/18/2024 3:52 AM, Sergey Temerkhanov wrote:
Drop unused auxbus/auxdev support from the PTP code due to
move to the ice_adapter.
Signed-off-by: Sergey Temerkhanov <[email protected]>
Reviewed-by: Przemek Kitszel <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
---
drivers/net/ethernet/intel/ice/ice_ptp.c | 252 -----------------------
drivers/net/ethernet/intel/ice/ice_ptp.h | 21 --
2 files changed, 273 deletions(-)
This patch probably could just be squashed into the other, but I'm ok
keeping it separate.
It is way easier to read new impl if it is not intermixed with removals
of the old one :)
Reviewed-by: Jacob Keller <[email protected]>