diff options
Diffstat (limited to 'drivers/net/ewrk3.c')
-rw-r--r-- | drivers/net/ewrk3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ewrk3.c b/drivers/net/ewrk3.c index 75a43f7c70cf..c8c41f0a47d6 100644 --- a/drivers/net/ewrk3.c +++ b/drivers/net/ewrk3.c | |||
@@ -300,7 +300,7 @@ struct ewrk3_private { | |||
300 | */ | 300 | */ |
301 | static int ewrk3_open(struct net_device *dev); | 301 | static int ewrk3_open(struct net_device *dev); |
302 | static int ewrk3_queue_pkt(struct sk_buff *skb, struct net_device *dev); | 302 | static int ewrk3_queue_pkt(struct sk_buff *skb, struct net_device *dev); |
303 | static irqreturn_t ewrk3_interrupt(int irq, void *dev_id, struct pt_regs *regs); | 303 | static irqreturn_t ewrk3_interrupt(int irq, void *dev_id); |
304 | static int ewrk3_close(struct net_device *dev); | 304 | static int ewrk3_close(struct net_device *dev); |
305 | static struct net_device_stats *ewrk3_get_stats(struct net_device *dev); | 305 | static struct net_device_stats *ewrk3_get_stats(struct net_device *dev); |
306 | static void set_multicast_list(struct net_device *dev); | 306 | static void set_multicast_list(struct net_device *dev); |
@@ -884,7 +884,7 @@ err_out: | |||
884 | /* | 884 | /* |
885 | ** The EWRK3 interrupt handler. | 885 | ** The EWRK3 interrupt handler. |
886 | */ | 886 | */ |
887 | static irqreturn_t ewrk3_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 887 | static irqreturn_t ewrk3_interrupt(int irq, void *dev_id) |
888 | { | 888 | { |
889 | struct net_device *dev = dev_id; | 889 | struct net_device *dev = dev_id; |
890 | struct ewrk3_private *lp; | 890 | struct ewrk3_private *lp; |