diff options
Diffstat (limited to 'drivers/net/mac89x0.c')
-rw-r--r-- | drivers/net/mac89x0.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/mac89x0.c b/drivers/net/mac89x0.c index 8472b71641da..e960138011c0 100644 --- a/drivers/net/mac89x0.c +++ b/drivers/net/mac89x0.c | |||
@@ -129,7 +129,7 @@ extern void reset_chip(struct net_device *dev); | |||
129 | #endif | 129 | #endif |
130 | static int net_open(struct net_device *dev); | 130 | static int net_open(struct net_device *dev); |
131 | static int net_send_packet(struct sk_buff *skb, struct net_device *dev); | 131 | static int net_send_packet(struct sk_buff *skb, struct net_device *dev); |
132 | static irqreturn_t net_interrupt(int irq, void *dev_id, struct pt_regs *regs); | 132 | static irqreturn_t net_interrupt(int irq, void *dev_id); |
133 | static void set_multicast_list(struct net_device *dev); | 133 | static void set_multicast_list(struct net_device *dev); |
134 | static void net_rx(struct net_device *dev); | 134 | static void net_rx(struct net_device *dev); |
135 | static int net_close(struct net_device *dev); | 135 | static int net_close(struct net_device *dev); |
@@ -431,7 +431,7 @@ net_send_packet(struct sk_buff *skb, struct net_device *dev) | |||
431 | 431 | ||
432 | /* The typical workload of the driver: | 432 | /* The typical workload of the driver: |
433 | Handle the network interface interrupts. */ | 433 | Handle the network interface interrupts. */ |
434 | static irqreturn_t net_interrupt(int irq, void *dev_id, struct pt_regs * regs) | 434 | static irqreturn_t net_interrupt(int irq, void *dev_id) |
435 | { | 435 | { |
436 | struct net_device *dev = dev_id; | 436 | struct net_device *dev = dev_id; |
437 | struct net_local *lp; | 437 | struct net_local *lp; |