From: David Miller <[email protected]> Date: Mon, 24 Aug 2020 06:16:57 -0700 (PDT)
> Series applied, thank you.
Actually, this doesn't even compile:
drivers/net/ethernet/marvell/octeontx2/af/ptp.c: In function ‘get_clock_rate’:
drivers/net/ethernet/marvell/octeontx2/af/ptp.c:60:26: error: implicit
declaration of function ‘FIELD_GET’; did you mean ‘FOLL_GET’?
[-Werror=implicit-function-declaration]
60 | ret = CLOCK_BASE_RATE * FIELD_GET(RST_MUL_BITS, cfg);
| ^~~~~~~~~
| FOLL_GET
