aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
diff options
context:
space:
mode:
authorRobert Marko <[email protected]>2024-03-05 14:20:33 +0000
committerJakub Kicinski <[email protected]>2024-03-07 04:39:29 +0000
commit1677293ed891664796af51b64feba12a99def4a8 (patch)
tree38f07eedc119b6b71438f4b12760fa1e52cd266f /drivers/net/ethernet/intel/ice/ice_lib.c
parentnet: geneve: Remove generic .ndo_get_stats64 (diff)
downloadkernel-1677293ed891664796af51b64feba12a99def4a8.tar.gz
kernel-1677293ed891664796af51b64feba12a99def4a8.zip
net: phy: qca807x: fix compilation when CONFIG_GPIOLIB is not set
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 <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Robert Marko <[email protected]> Reviewed-by: Simon Horman <[email protected]> Tested-by: Simon Horman <[email protected]> # build-tested Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_lib.c')
0 files changed, 0 insertions, 0 deletions