Commit 17b8c8c0 authored by Wanlong Gao's avatar Wanlong Gao Committed by Jesper Nilsson

net:removed the unused variable

removed the unused variable "np" of eth_v10.c.
Signed-off-by: default avatarWanlong Gao <wanlong.gao@gmail.com>
Signed-off-by: default avatarJesper Nilsson <jespern@axis.com>
parent 4bade048
......@@ -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;
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment