Re: linux-next: Tree for May 18 (drivers/net/dsa/qca8k.c)
From: Randy Dunlap <hidden>
Date: 2021-05-18 16:33:12
Also in:
lkml, netdev
Attachments
- config-r9381.gz [application/gzip] 34074 bytes
From: Randy Dunlap <hidden>
Date: 2021-05-18 16:33:12
Also in:
lkml, netdev
On 5/18/21 2:27 AM, Stephen Rothwell wrote:
Hi all, Changes since 20210514:
on x86_64: # CONFIG_OF is not set ../drivers/net/dsa/qca8k.c: In function ‘qca8k_mdio_register’: ../drivers/net/dsa/qca8k.c:797:9: error: implicit declaration of function ‘devm_of_mdiobus_register’; did you mean ‘devm_mdiobus_register’? [-Werror=implicit-function-declaration] return devm_of_mdiobus_register(priv->dev, bus, mdio); Should there be a stub for this function in <linux/of_mdio.h>? or the driver could add a dependency on OF_MDIO. Full randconfig file is attached. -- ~Randy Reported-by: Randy Dunlap <redacted>