Skip to content

Commit

Permalink
net:removed the unused variable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wanlong Gao authored and Jesper Nilsson committed Apr 3, 2012
1 parent 4bade04 commit 17b8c8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/cris/eth_v10.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/*
Expand Down

0 comments on commit 17b8c8c

Please sign in to comment.