net: ethernet: Remove superfluous ether_setup after alloc_etherdev
[cascardo/linux.git] / drivers / net / ethernet / wiznet / w5100.c
index 104d46f..0f56b1c 100644 (file)
@@ -708,7 +708,6 @@ static int w5100_probe(struct platform_device *pdev)
        priv = netdev_priv(ndev);
        priv->ndev = ndev;
 
-       ether_setup(ndev);
        ndev->netdev_ops = &w5100_netdev_ops;
        ndev->ethtool_ops = &w5100_ethtool_ops;
        ndev->watchdog_timeo = HZ;