net: imx: Add multi-FEC support for imx_get_mac_from_fuse
[kernel/u-boot.git] / arch / arm / cpu / arm1136 / mx35 / generic.c
index ac4838f..d41613e 100644 (file)
@@ -393,7 +393,7 @@ unsigned int mxc_get_clock(enum mxc_clock clk)
 /*
  * The MX35 has no fuse for MAC, return a NULL MAC
  */
-void imx_get_mac_from_fuse(unsigned char *mac)
+void imx_get_mac_from_fuse(int dev_id, unsigned char *mac)
 {
        memset(mac, 0, 6);
 }