Skip to content
Snippets Groups Projects
Commit cb5761f7 authored by Lothar Waßmann's avatar Lothar Waßmann Committed by Stefano Babic
Browse files

net: fec_mxc: adjust prototype of fec_get_miibus() for DM_ETH


commit 306dd7da ("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: default avatarLothar Waßmann <LW@KARO-electronics.de>
parent f19955a0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment