mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-12 16:11:04 +00:00
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>
This commit is contained in:
parent
4bade0481c
commit
17b8c8c00b
@ -1131,7 +1131,6 @@ static irqreturn_t
|
|||||||
e100rxtx_interrupt(int irq, void *dev_id)
|
e100rxtx_interrupt(int irq, void *dev_id)
|
||||||
{
|
{
|
||||||
struct net_device *dev = (struct net_device *)dev_id;
|
struct net_device *dev = (struct net_device *)dev_id;
|
||||||
struct net_local *np = netdev_priv(dev);
|
|
||||||
unsigned long irqbits;
|
unsigned long irqbits;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user