Skip to content

Commit

Permalink
net: lpc_eth: Fix rename of dev_hw_addr_random
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stigge@antcom.de authored and David S. Miller committed Apr 1, 2012
1 parent 6523cf9 commit cdaf0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/nxp/lpc_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit cdaf0b8

Please sign in to comment.