26 Feb
2024
26 Feb
'24
7:22 p.m.
On Mon, Feb 26, 2024 at 07:15:41PM +0100, Jerome Brunet wrote:
On Mon 26 Feb 2024 at 15:42, Mark Brown broonie@kernel.org wrote:
/build/stage/linux/sound/soc/meson/axg-fifo.c:207:18: error: implicit declaratio n of function ‘FIELD_GET’ [-Werror=implicit-function-declaration] 207 | status = FIELD_GET(STATUS1_INT_STS, status); | ^~~~~~~~~ cc1: all warnings being treated as errors
Ah, I forgot to include <linux/bitfield.h>. Thanks for letting me know. I'll fix it
It was fine when I tested with ARCH=arm64 and the default defconfig so most likely it got indirectly included.
Could you tell me which ARCH/defconfig triggered this ?
Probably an x86 allmodconfig.