diff options
Diffstat (limited to 'drivers/net/macb.c')
-rw-r--r-- | drivers/net/macb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/macb.c b/drivers/net/macb.c index 872c1bdf42bd..f50501013b1c 100644 --- a/drivers/net/macb.c +++ b/drivers/net/macb.c | |||
@@ -513,7 +513,6 @@ static int macb_rx(struct macb *bp, int budget) | |||
513 | static int macb_poll(struct napi_struct *napi, int budget) | 513 | static int macb_poll(struct napi_struct *napi, int budget) |
514 | { | 514 | { |
515 | struct macb *bp = container_of(napi, struct macb, napi); | 515 | struct macb *bp = container_of(napi, struct macb, napi); |
516 | struct net_device *dev = bp->dev; | ||
517 | int work_done; | 516 | int work_done; |
518 | u32 status; | 517 | u32 status; |
519 | 518 | ||