diff options
Diffstat (limited to 'drivers/net/tokenring/smctr.c')
-rw-r--r-- | drivers/net/tokenring/smctr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/tokenring/smctr.c b/drivers/net/tokenring/smctr.c index 85a7f797d343..9bd4cba87872 100644 --- a/drivers/net/tokenring/smctr.c +++ b/drivers/net/tokenring/smctr.c | |||
@@ -141,7 +141,7 @@ static int smctr_init_shared_memory(struct net_device *dev); | |||
141 | static int smctr_init_tx_bdbs(struct net_device *dev); | 141 | static int smctr_init_tx_bdbs(struct net_device *dev); |
142 | static int smctr_init_tx_fcbs(struct net_device *dev); | 142 | static int smctr_init_tx_fcbs(struct net_device *dev); |
143 | static int smctr_internal_self_test(struct net_device *dev); | 143 | static int smctr_internal_self_test(struct net_device *dev); |
144 | static irqreturn_t smctr_interrupt(int irq, void *dev_id, struct pt_regs *regs); | 144 | static irqreturn_t smctr_interrupt(int irq, void *dev_id); |
145 | static int smctr_issue_enable_int_cmd(struct net_device *dev, | 145 | static int smctr_issue_enable_int_cmd(struct net_device *dev, |
146 | __u16 interrupt_enable_mask); | 146 | __u16 interrupt_enable_mask); |
147 | static int smctr_issue_int_ack(struct net_device *dev, __u16 iack_code, | 147 | static int smctr_issue_int_ack(struct net_device *dev, __u16 iack_code, |
@@ -1980,7 +1980,7 @@ static int smctr_internal_self_test(struct net_device *dev) | |||
1980 | /* | 1980 | /* |
1981 | * The typical workload of the driver: Handle the network interface interrupts. | 1981 | * The typical workload of the driver: Handle the network interface interrupts. |
1982 | */ | 1982 | */ |
1983 | static irqreturn_t smctr_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 1983 | static irqreturn_t smctr_interrupt(int irq, void *dev_id) |
1984 | { | 1984 | { |
1985 | struct net_device *dev = dev_id; | 1985 | struct net_device *dev = dev_id; |
1986 | struct net_local *tp; | 1986 | struct net_local *tp; |