On Thu, Jun 25, 2020 at 9:17 PM Lee Jones <lee.jo...@linaro.org> wrote:
> There isn't any code present within the current kernel to > override this 'weak' function. Besides returning '0', which > is never checked anyway, the whole function appears to be > superfluous. > > Consequently fixes W=1 warning: > > drivers/regulator/dbx500-prcmu.c:113:27: warning: no previous prototype for > ‘dbx500_regulator_testcase’ [-Wmissing-prototypes] > 113 | int __attribute__((weak)) dbx500_regulator_testcase( > | ^~~~~~~~~~~~~~~~~~~~~~~~~ > > Cc: Linus Walleij <linus.wall...@linaro.org> > Signed-off-by: Lee Jones <lee.jo...@linaro.org> Reviewed-by: Linus Walleij <linus.wall...@linaro.org> Yours, Linus Walleij