commit | 0c59c4f6e17f4786b17339e4da5a57c6f2afbb0b | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Wed Mar 28 20:54:12 2018 +0800 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Fri Apr 13 15:47:37 2018 -0500 |
tree | 15f5d726a329e5d9fac96b1d28de7ade49cf6a7e | |
parent | bd7e5382cf2472f5ba84614ea6708aa8775fbba5 [diff] |
net: fec_mxc: simplify fec_get_miibus No need to provide two prototype for this function. Use ulong for the first parameter, then this function could be shared for DM/non DM case. Signed-off-by: Peng Fan <peng.fan@nxp.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>