diff options
Diffstat (limited to 'drivers/net/cpmac.c')
-rw-r--r-- | drivers/net/cpmac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/cpmac.c b/drivers/net/cpmac.c index d630e2a72f42..7c7b54e4828e 100644 --- a/drivers/net/cpmac.c +++ b/drivers/net/cpmac.c | |||
@@ -1165,7 +1165,6 @@ static int __devinit cpmac_probe(struct platform_device *pdev) | |||
1165 | dev->set_multicast_list = cpmac_set_multicast_list; | 1165 | dev->set_multicast_list = cpmac_set_multicast_list; |
1166 | dev->tx_timeout = cpmac_tx_timeout; | 1166 | dev->tx_timeout = cpmac_tx_timeout; |
1167 | dev->ethtool_ops = &cpmac_ethtool_ops; | 1167 | dev->ethtool_ops = &cpmac_ethtool_ops; |
1168 | dev->features |= NETIF_F_MULTI_QUEUE; | ||
1169 | 1168 | ||
1170 | netif_napi_add(dev, &priv->napi, cpmac_poll, 64); | 1169 | netif_napi_add(dev, &priv->napi, cpmac_poll, 64); |
1171 | 1170 | ||