fec: Move imx_get_mac_from_fuse declare to imx file
authorYe Li <ye.li@nxp.com>
Sun, 3 May 2020 14:41:19 +0000 (22:41 +0800)
committerStefano Babic <sbabic@denx.de>
Sun, 10 May 2020 18:55:20 +0000 (20:55 +0200)
commit9d4194f179b2c19c6732b9e2794a3d5153144492
tree6a90f113622db969469a1d04173856c564aabcde
parent0e9d23945ce0b739a6ac13c11b0fdaba09a8dacc
fec: Move imx_get_mac_from_fuse declare to imx file

imx_get_mac_from_fuse is used to load MAC address from fuse. On imx8mp,
we have two different ENET controllers and both need to call this
function. So decouple its declare from fec driver.

Reviewed-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/include/asm/mach-imx/sys_proto.h
drivers/net/fec_mxc.h