diff options
Diffstat (limited to 'drivers/net/3c507.c')
-rw-r--r-- | drivers/net/3c507.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/3c507.c b/drivers/net/3c507.c index 8205a535c5b7..aa43563610ae 100644 --- a/drivers/net/3c507.c +++ b/drivers/net/3c507.c | |||
@@ -286,7 +286,7 @@ static unsigned short init_words[] = { | |||
286 | static int el16_probe1(struct net_device *dev, int ioaddr); | 286 | static int el16_probe1(struct net_device *dev, int ioaddr); |
287 | static int el16_open(struct net_device *dev); | 287 | static int el16_open(struct net_device *dev); |
288 | static int el16_send_packet(struct sk_buff *skb, struct net_device *dev); | 288 | static int el16_send_packet(struct sk_buff *skb, struct net_device *dev); |
289 | static irqreturn_t el16_interrupt(int irq, void *dev_id, struct pt_regs *regs); | 289 | static irqreturn_t el16_interrupt(int irq, void *dev_id); |
290 | static void el16_rx(struct net_device *dev); | 290 | static void el16_rx(struct net_device *dev); |
291 | static int el16_close(struct net_device *dev); | 291 | static int el16_close(struct net_device *dev); |
292 | static struct net_device_stats *el16_get_stats(struct net_device *dev); | 292 | static struct net_device_stats *el16_get_stats(struct net_device *dev); |
@@ -543,7 +543,7 @@ static int el16_send_packet (struct sk_buff *skb, struct net_device *dev) | |||
543 | 543 | ||
544 | /* The typical workload of the driver: | 544 | /* The typical workload of the driver: |
545 | Handle the network interface interrupts. */ | 545 | Handle the network interface interrupts. */ |
546 | static irqreturn_t el16_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 546 | static irqreturn_t el16_interrupt(int irq, void *dev_id) |
547 | { | 547 | { |
548 | struct net_device *dev = dev_id; | 548 | struct net_device *dev = dev_id; |
549 | struct net_local *lp; | 549 | struct net_local *lp; |