diff options
Diffstat (limited to 'drivers/net/pcmcia/nmclan_cs.c')
-rw-r--r-- | drivers/net/pcmcia/nmclan_cs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/pcmcia/nmclan_cs.c b/drivers/net/pcmcia/nmclan_cs.c index 7d5687e94607..e77110e4c288 100644 --- a/drivers/net/pcmcia/nmclan_cs.c +++ b/drivers/net/pcmcia/nmclan_cs.c | |||
@@ -426,7 +426,7 @@ static int mace_open(struct net_device *dev); | |||
426 | static int mace_close(struct net_device *dev); | 426 | static int mace_close(struct net_device *dev); |
427 | static int mace_start_xmit(struct sk_buff *skb, struct net_device *dev); | 427 | static int mace_start_xmit(struct sk_buff *skb, struct net_device *dev); |
428 | static void mace_tx_timeout(struct net_device *dev); | 428 | static void mace_tx_timeout(struct net_device *dev); |
429 | static irqreturn_t mace_interrupt(int irq, void *dev_id, struct pt_regs *regs); | 429 | static irqreturn_t mace_interrupt(int irq, void *dev_id); |
430 | static struct net_device_stats *mace_get_stats(struct net_device *dev); | 430 | static struct net_device_stats *mace_get_stats(struct net_device *dev); |
431 | static int mace_rx(struct net_device *dev, unsigned char RxCnt); | 431 | static int mace_rx(struct net_device *dev, unsigned char RxCnt); |
432 | static void restore_multicast_list(struct net_device *dev); | 432 | static void restore_multicast_list(struct net_device *dev); |
@@ -1002,7 +1002,7 @@ static int mace_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
1002 | mace_interrupt | 1002 | mace_interrupt |
1003 | The interrupt handler. | 1003 | The interrupt handler. |
1004 | ---------------------------------------------------------------------------- */ | 1004 | ---------------------------------------------------------------------------- */ |
1005 | static irqreturn_t mace_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 1005 | static irqreturn_t mace_interrupt(int irq, void *dev_id) |
1006 | { | 1006 | { |
1007 | struct net_device *dev = (struct net_device *) dev_id; | 1007 | struct net_device *dev = (struct net_device *) dev_id; |
1008 | mace_private *lp = netdev_priv(dev); | 1008 | mace_private *lp = netdev_priv(dev); |