diff options
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/dev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index fdb9973b82a6..052dd478d3e1 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -1670,7 +1670,6 @@ int dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev, | |||
1670 | const struct net_device_ops *ops = dev->netdev_ops; | 1670 | const struct net_device_ops *ops = dev->netdev_ops; |
1671 | int rc; | 1671 | int rc; |
1672 | 1672 | ||
1673 | prefetch(&dev->netdev_ops->ndo_start_xmit); | ||
1674 | if (likely(!skb->next)) { | 1673 | if (likely(!skb->next)) { |
1675 | if (!list_empty(&ptype_all)) | 1674 | if (!list_empty(&ptype_all)) |
1676 | dev_queue_xmit_nit(skb, dev); | 1675 | dev_queue_xmit_nit(skb, dev); |