net: lpc_eth: Fix rename of dev_hw_addr_random
authorstigge@antcom.de <stigge@antcom.de>
Wed, 28 Mar 2012 12:36:26 +0000 (12:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 20:47:12 +0000 (16:47 -0400)
In parallel to the integration of lpc_eth.c, dev_hw_addr_random() has been
renamed to eth_hw_addr_random(). This patch fixes it also in the new driver
lpc_eth.c.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/nxp/lpc_eth.c

index 69444247c20bd30563552c69528b9047d4f5a697..6dfc26d85e4747bb645d577da44d8840a998405d 100644 (file)
@@ -1441,7 +1441,7 @@ static int lpc_eth_drv_probe(struct platform_device *pdev)
        }
 #endif
        if (!is_valid_ether_addr(ndev->dev_addr))
-               dev_hw_addr_random(ndev, ndev->dev_addr);
+               eth_hw_addr_random(ndev);
 
        /* Reset the ethernet controller */
        __lpc_eth_reset(pldat);
This page took 0.026287 seconds and 5 git commands to generate.