diff options
Diffstat (limited to 'drivers/net/tokenring/tms380tr.c')
-rw-r--r-- | drivers/net/tokenring/tms380tr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tokenring/tms380tr.c b/drivers/net/tokenring/tms380tr.c index c1925590a0e1..c0ab6e44eb1f 100644 --- a/drivers/net/tokenring/tms380tr.c +++ b/drivers/net/tokenring/tms380tr.c | |||
@@ -744,7 +744,7 @@ static void tms380tr_timer_chk(unsigned long data) | |||
744 | /* | 744 | /* |
745 | * The typical workload of the driver: Handle the network interface interrupts. | 745 | * The typical workload of the driver: Handle the network interface interrupts. |
746 | */ | 746 | */ |
747 | irqreturn_t tms380tr_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 747 | irqreturn_t tms380tr_interrupt(int irq, void *dev_id) |
748 | { | 748 | { |
749 | struct net_device *dev = dev_id; | 749 | struct net_device *dev = dev_id; |
750 | struct net_local *tp; | 750 | struct net_local *tp; |