Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;

	/*