Re: [PATCH resubmit net 1/2] net: fec: Forward-declare `fec_ptp_read()`

From: Csókás Bence
Date: Wed Aug 07 2024 - 04:35:28 EST


Aw, crop, I meant to say -v2 instead of "resubmit"... That's what happens if you mindlessly re-use format-patch commands :/ I hope it doesn't bother you _too_ much...

On 8/7/24 10:29, Csókás, Bence wrote:
This function is used in `fec_ptp_enable_pps()` through
struct cyclecounter read(). Forward declarations make
it clearer, what's happening.

Fixes: 61d5e2a251fb ("fec: Fix timer capture timing in `fec_ptp_enable_pps()`")
Suggested-by: Frank Li <Frank.li@xxxxxxx>
Link: https://lore.kernel.org/netdev/20240805144754.2384663-1-csokas.bence@xxxxxxxxx/T/#ma6c21ad264016c24612048b1483769eaff8cdf20
Signed-off-by: Csókás, Bence <csokas.bence@xxxxxxxxx>