|
@@ -1012,7 +1012,6 @@ static int temac_of_probe(struct platform_device *op)
|
|
if (!ndev)
|
|
if (!ndev)
|
|
return -ENOMEM;
|
|
return -ENOMEM;
|
|
|
|
|
|
- ether_setup(ndev);
|
|
|
|
platform_set_drvdata(op, ndev);
|
|
platform_set_drvdata(op, ndev);
|
|
SET_NETDEV_DEV(ndev, &op->dev);
|
|
SET_NETDEV_DEV(ndev, &op->dev);
|
|
ndev->flags &= ~IFF_MULTICAST; /* clear multicast */
|
|
ndev->flags &= ~IFF_MULTICAST; /* clear multicast */
|