On Tue, Mar 05, 2024 at 03:20:33PM +0100, Robert Marko wrote: > Kernel bot has discovered that if CONFIG_GPIOLIB is not set compilation > will fail. > > Upon investigation the issue is that qca807x_gpio() is guarded by a > preprocessor check but then it is called under > if (IS_ENABLED(CONFIG_GPIOLIB)) in the probe call so the compiler will > error out since qca807x_gpio() has not been declared if CONFIG_GPIOLIB has > not been set. > > Fixes: d1cb613efbd3 ("net: phy: qcom: add support for QCA807x PHY Family") > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Closes: https://lore.kernel.org/oe-kbuild-all/202403031332.IGAbZzwq-lkp@xxxxxxxxx/ > Signed-off-by: Robert Marko <robimarko@xxxxxxxxx> > --- > Changes in v3: > * Target net-next tree > Changes in v2: > * Reduce the code indent level Reviewed-by: Simon Horman <horms@xxxxxxxxxx> Tested-by: Simon Horman <horms@xxxxxxxxxx> # build-tested