diff options
Diffstat (limited to 'drivers/net/wireless/arlan-main.c')
-rw-r--r-- | drivers/net/wireless/arlan-main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/arlan-main.c b/drivers/net/wireless/arlan-main.c index bb6bea4f3233..4688e56b69c7 100644 --- a/drivers/net/wireless/arlan-main.c +++ b/drivers/net/wireless/arlan-main.c | |||
@@ -78,7 +78,7 @@ static int arlans_found; | |||
78 | 78 | ||
79 | static int arlan_open(struct net_device *dev); | 79 | static int arlan_open(struct net_device *dev); |
80 | static int arlan_tx(struct sk_buff *skb, struct net_device *dev); | 80 | static int arlan_tx(struct sk_buff *skb, struct net_device *dev); |
81 | static irqreturn_t arlan_interrupt(int irq, void *dev_id, struct pt_regs *regs); | 81 | static irqreturn_t arlan_interrupt(int irq, void *dev_id); |
82 | static int arlan_close(struct net_device *dev); | 82 | static int arlan_close(struct net_device *dev); |
83 | static struct net_device_stats * | 83 | static struct net_device_stats * |
84 | arlan_statistics (struct net_device *dev); | 84 | arlan_statistics (struct net_device *dev); |
@@ -1651,7 +1651,7 @@ end_int_process: | |||
1651 | return; | 1651 | return; |
1652 | } | 1652 | } |
1653 | 1653 | ||
1654 | static irqreturn_t arlan_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 1654 | static irqreturn_t arlan_interrupt(int irq, void *dev_id) |
1655 | { | 1655 | { |
1656 | struct net_device *dev = dev_id; | 1656 | struct net_device *dev = dev_id; |
1657 | struct arlan_private *priv = netdev_priv(dev); | 1657 | struct arlan_private *priv = netdev_priv(dev); |