diff options
author | Wanlong Gao <wanlong.gao@gmail.com> | 2011-04-10 10:10:27 -0400 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2012-04-03 07:09:18 -0400 |
commit | 17b8c8c00b5d7c0d087db3c847aff16a91c714b1 (patch) | |
tree | 07a1bf090937118f71e529feca8727aff5766b04 /drivers/net/cris | |
parent | 4bade0481cc378eee8f1f9412dc10dcc1b401f23 (diff) |
net:removed the unused variable
removed the unused variable "np" of eth_v10.c.
Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
Diffstat (limited to 'drivers/net/cris')
-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 | /* |