Browse Source

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>
Wanlong Gao 14 years ago
parent
commit
17b8c8c00b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/net/cris/eth_v10.c

+ 0 - 1
drivers/net/cris/eth_v10.c

@@ -1131,7 +1131,6 @@ static irqreturn_t
 e100rxtx_interrupt(int irq, void *dev_id)
 {
 	struct net_device *dev = (struct net_device *)dev_id;
-	struct net_local *np = netdev_priv(dev);
 	unsigned long irqbits;
 
 	/*