Home
last modified time | relevance | path

Searched hist:cb5761f774dffeff7cf19d40803613db7089c9af (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dnetdev.hcb5761f774dffeff7cf19d40803613db7089c9af Fri Jul 14 06:53:57 UTC 2017 Lothar Waßmann <LW@KARO-electronics.de> net: fec_mxc: adjust prototype of fec_get_miibus() for DM_ETH

commit 306dd7dabd64 ("net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETH")
has broken the build of the fec_mxc driver with CONFIG_DM_ETH
enabled because it changed the parameters passed to *fec_get_miibus()
without changing the functions prototype.

This patch fixes up the prototype of fec_get_miibus() for the DM_ETH case.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
/rk3399_rockchip-uboot/drivers/net/
H A Dfec_mxc.ccb5761f774dffeff7cf19d40803613db7089c9af Fri Jul 14 06:53:57 UTC 2017 Lothar Waßmann <LW@KARO-electronics.de> net: fec_mxc: adjust prototype of fec_get_miibus() for DM_ETH

commit 306dd7dabd64 ("net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETH")
has broken the build of the fec_mxc driver with CONFIG_DM_ETH
enabled because it changed the parameters passed to *fec_get_miibus()
without changing the functions prototype.

This patch fixes up the prototype of fec_get_miibus() for the DM_ETH case.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>