diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/cris/eth_v10.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/cris/eth_v10.c b/drivers/net/cris/eth_v10.c index ec03b401620a..9c755db6b16d 100644 --- a/drivers/net/cris/eth_v10.c +++ b/drivers/net/cris/eth_v10.c | |||
@@ -1131,7 +1131,6 @@ static irqreturn_t | |||
1131 | e100rxtx_interrupt(int irq, void *dev_id) | 1131 | e100rxtx_interrupt(int irq, void *dev_id) |
1132 | { | 1132 | { |
1133 | struct net_device *dev = (struct net_device *)dev_id; | 1133 | struct net_device *dev = (struct net_device *)dev_id; |
1134 | struct net_local *np = netdev_priv(dev); | ||
1135 | unsigned long irqbits; | 1134 | unsigned long irqbits; |
1136 | 1135 | ||
1137 | /* | 1136 | /* |