diff options
Diffstat (limited to 'drivers/net/ixgb/ixgb_main.c')
-rw-r--r-- | drivers/net/ixgb/ixgb_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ixgb/ixgb_main.c b/drivers/net/ixgb/ixgb_main.c index 679125b3bbc9..eee28d395682 100644 --- a/drivers/net/ixgb/ixgb_main.c +++ b/drivers/net/ixgb/ixgb_main.c | |||
@@ -1742,7 +1742,6 @@ static int | |||
1742 | ixgb_clean(struct napi_struct *napi, int budget) | 1742 | ixgb_clean(struct napi_struct *napi, int budget) |
1743 | { | 1743 | { |
1744 | struct ixgb_adapter *adapter = container_of(napi, struct ixgb_adapter, napi); | 1744 | struct ixgb_adapter *adapter = container_of(napi, struct ixgb_adapter, napi); |
1745 | struct net_device *netdev = adapter->netdev; | ||
1746 | int work_done = 0; | 1745 | int work_done = 0; |
1747 | 1746 | ||
1748 | ixgb_clean_tx_irq(adapter); | 1747 | ixgb_clean_tx_irq(adapter); |