On Sat, Jul 29, 2023 at 4:22 AM Conor Dooley <conor@xxxxxxxxxx> wrote: > > On Fri, Jul 28, 2023 at 01:50:21PM -0600, Rob Herring wrote: > > There's quite a few watchdog drivers which are easily enabled for > > COMPILE_TEST, so let's enable them. > > > > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > > --- > > Passed allyesconfig builds on arm, arm64, x86, riscv, powerpc, sparc > > Doing its job I suppose, the riscv patchwork automation stuff has > spotted one new complaint for allmodconfig: > stm32_iwdg.c:77:19: warning: unused function 'reg_read' [-Wunused-function] Looks like that's a clang W=1 warning only. Presumably it was already there before this patch with the right config. Rob