Re: [PATCH] thermal/drivers/armada: Fix missing bitfields include
Miquel Raynal <[email protected]>
| Newsgroups | org.kernel.vger.linux-pm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 11/08/2026 at 11:47:47 +02, Daniel Lezcano <[email protected]> wrote: > From: Daniel Lezcano <[email protected]> > > Add the missing include leading to the error: > > error: implicit declaration of function ‘FIELD_GET’ [-Werror=implicit-function-declaration] > 184 | if (FIELD_GET(MON_FAULT_STATUS_MASK, val) == MON_FAULT_LVL1_UPR) > | ^~~~~~~~~ > cc1: all warnings being treated as errors > > Fixes: cbe31d5ce498 ("thermal/drivers/armada: Use bitfield and bitmask macros") > Reported-by: kernel test robot <[email protected]> > Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ > Signed-off-by: Daniel Lezcano <[email protected]> Reviewed-by: Miquel Raynal <[email protected]>