On Fri, Mar 23, 2018 at 07:52:45PM +0530, Naresh Kamboju wrote:
Richard Leitner richard.leitner@skidata.com net: fec: add phy_reset_after_clk_enable() support
This fails to build for arm32 with default config on both 4.14 and 4.15
GCCVERSION ?= "linaro-6.2"
drivers/net/ethernet/freescale/fec_main.c: In function 'fec_enet_clk_enable': drivers/net/ethernet/freescale/fec_main.c:1876:3: error: implicit declaration of function phy_reset_after_clk_enable [-Werror=implicit-function-declaration] phy_reset_after_clk_enable(ndev->phydev); ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors
Why is 0-day not showing me these errors? Is it not building arm32 anymore?
Anyway, thanks, let me look into this...
greg k-h