On 01/26/2017 10:28 AM, Florian Fainelli wrote: > In preparation for allowing dsa_register_switch() to be supplied with > device/platform data, pass down a struct device pointer instead of a > struct device_node. > > Signed-off-by: Florian Fainelli <[email protected]>
Need to revisit this: drivers/net/dsa/mv88e6xxx/chip.c: In function 'mv88e6xxx_probe': drivers/net/dsa/mv88e6xxx/chip.c:4460:3: error: implicit declaration of function 'mv88e6xxx_mdio_unregister' [-Werror=implicit-function-declaration] mv88e6xxx_mdio_unregister(chip); ^ cc1: some warnings being treated as errors scripts/Makefile.build:293: recipe for target 'drivers/net/dsa/mv88e6xxx/chip.o' failed make[6]: *** [drivers/net/dsa/mv88e6xxx/chip.o] Error 1 scripts/Makefile.build:551: recipe for target 'drivers/net/dsa/mv88e6xxx' failed make[5]: *** [drivers/net/dsa/mv88e6xxx] Error 2 make[5]: *** Waiting for unfinished jobs.... Take that kbuild robot! -- Florian
