]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/bfin_mac.c
Merge branch 'master' into upstream-fixes
[linux-2.6-omap-h63xx.git] / drivers / net / bfin_mac.c
index f0f851693897182a5345c7cbd0219dfbbd94ad76..eb971755a3ff34c5b8f76d5b8b63bf5f3a83aad0 100644 (file)
@@ -924,7 +924,7 @@ static int __init bf537mac_probe(struct net_device *dev)
        if (!is_valid_ether_addr(dev->dev_addr)) {
                /* Grab the MAC from the board somehow - this is done in the
                   arch/blackfin/mach-bf537/boards/eth_mac.c */
-               get_bf537_ether_addr(dev->dev_addr);
+               bfin_get_ether_addr(dev->dev_addr);
        }
 
        /* If still not valid, get a random one */