[PATCH net-next 11/12] misc: tc956x_pci: add TC956x/QPS615 support
Jakub Kicinski
kuba at kernel.org
Sat May 2 19:14:27 PDT 2026
On Sat, 2 May 2026 21:06:33 -0500 Alex Elder wrote:
> > drivers/misc/tc956x_pci.c:541:17: error: call to undeclared function 'u32_get_bits'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
> > 541 | chip->rev_id = u32_get_bits(val, NCID_REV_ID_MASK);
> > | ^
>
> Yeah I think I noticed an error like that shows up with 32-bit builds?
> In any case we didn't see it during development, and we'll make sure
> <linux/bitfield.h> gets included.
on x86 it hits on all configs, I suspected you're building for ARM?
More information about the linux-arm-kernel
mailing list