commit | 7765cbf4317acdb88671a508ae4fac94c73dbb65 | [log] [tgz] |
---|---|---|
author | Lothar Waßmann <LW@KARO-electronics.de> | Fri Jul 14 08:53:57 2017 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Fri Jul 28 13:41:49 2017 +0200 |
tree | c4fe27b8972faab3bd5e33a5a24ae105c510c454 | |
parent | fe32dfc065acf8cfd02c5ff3f521013b56967cee [diff] |
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>