Hi David,
On Mon, Aug 24, 2020 at 6:47 PM David Miller [off-list ref] wrote:
From: David Miller <davem@davemloft.net>
Date: Mon, 24 Aug 2020 06:16:57 -0700 (PDT)
quoted
Series applied, thank you.
Actually, this doesn't even compile:
Our Marvell GCC10 ARM64 compiler did not complain anything about this
even with W=1 and my bad I overlooked the missing header file inclusion.
The same happened during V1 where the power-pc compiler caught a
similar error and ours did not.
Sorry for the trouble, I will send the next spin.
Thanks,
Sundeep
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