diff options
Diffstat (limited to 'drivers/net/tokenring/3c359.c')
-rw-r--r-- | drivers/net/tokenring/3c359.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/tokenring/3c359.c b/drivers/net/tokenring/3c359.c index 412390ba142e..7580bdeacadc 100644 --- a/drivers/net/tokenring/3c359.c +++ b/drivers/net/tokenring/3c359.c | |||
@@ -130,7 +130,7 @@ static int xl_xmit(struct sk_buff *skb, struct net_device *dev); | |||
130 | static void xl_dn_comp(struct net_device *dev); | 130 | static void xl_dn_comp(struct net_device *dev); |
131 | static int xl_close(struct net_device *dev); | 131 | static int xl_close(struct net_device *dev); |
132 | static void xl_set_rx_mode(struct net_device *dev); | 132 | static void xl_set_rx_mode(struct net_device *dev); |
133 | static irqreturn_t xl_interrupt(int irq, void *dev_id, struct pt_regs *regs); | 133 | static irqreturn_t xl_interrupt(int irq, void *dev_id); |
134 | static struct net_device_stats * xl_get_stats(struct net_device *dev); | 134 | static struct net_device_stats * xl_get_stats(struct net_device *dev); |
135 | static int xl_set_mac_address(struct net_device *dev, void *addr) ; | 135 | static int xl_set_mac_address(struct net_device *dev, void *addr) ; |
136 | static void xl_arb_cmd(struct net_device *dev); | 136 | static void xl_arb_cmd(struct net_device *dev); |
@@ -1042,7 +1042,7 @@ static void xl_freemem(struct net_device *dev) | |||
1042 | return ; | 1042 | return ; |
1043 | } | 1043 | } |
1044 | 1044 | ||
1045 | static irqreturn_t xl_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 1045 | static irqreturn_t xl_interrupt(int irq, void *dev_id) |
1046 | { | 1046 | { |
1047 | struct net_device *dev = (struct net_device *)dev_id; | 1047 | struct net_device *dev = (struct net_device *)dev_id; |
1048 | struct xl_private *xl_priv =(struct xl_private *)dev->priv; | 1048 | struct xl_private *xl_priv =(struct xl_private *)dev->priv; |