ptp: lan743x: remove .adjfreq implementation
authorJacob Keller <jacob.e.keller@intel.com>
Fri, 28 Oct 2022 11:04:17 +0000 (04:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Oct 2022 11:14:16 +0000 (11:14 +0000)
commitc56dff6a9a315703c7f94eb0b9f682248b96ff0b
treefd5acdce8025d3ed2aa524fe792b731e8824391d
parentd8aad3f3694f1170fb4ea8030e3d8a27324e81d2
ptp: lan743x: remove .adjfreq implementation

The lan743x driver implements both .adjfreq and .adjfine, but the core PTP
subsystem prefers .adjfine if implemented. There is no reason to carry a
.adjfreq implementation, so we can remove it.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Cc: Bryan Whitehead <bryan.whitehead@microchip.com>
Cc: UNGLinuxDriver@microchip.com
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/microchip/lan743x_ptp.c