diff options
Diffstat (limited to 'drivers/net/arcnet/arcnet.c')
-rw-r--r-- | drivers/net/arcnet/arcnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/arcnet/arcnet.c b/drivers/net/arcnet/arcnet.c index 5a95005253fa..4e91dab1f17f 100644 --- a/drivers/net/arcnet/arcnet.c +++ b/drivers/net/arcnet/arcnet.c | |||
@@ -752,7 +752,7 @@ static void arcnet_timeout(struct net_device *dev) | |||
752 | * interrupts. Establish which device needs attention, and call the correct | 752 | * interrupts. Establish which device needs attention, and call the correct |
753 | * chipset interrupt handler. | 753 | * chipset interrupt handler. |
754 | */ | 754 | */ |
755 | irqreturn_t arcnet_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 755 | irqreturn_t arcnet_interrupt(int irq, void *dev_id) |
756 | { | 756 | { |
757 | struct net_device *dev = dev_id; | 757 | struct net_device *dev = dev_id; |
758 | struct arcnet_local *lp; | 758 | struct arcnet_local *lp; |