diff options
Diffstat (limited to 'drivers/net/at1700.c')
-rw-r--r-- | drivers/net/at1700.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/at1700.c b/drivers/net/at1700.c index 4aeca11f3ee2..8620a5b470f5 100644 --- a/drivers/net/at1700.c +++ b/drivers/net/at1700.c | |||
@@ -161,7 +161,7 @@ static int at1700_probe1(struct net_device *dev, int ioaddr); | |||
161 | static int read_eeprom(long ioaddr, int location); | 161 | static int read_eeprom(long ioaddr, int location); |
162 | static int net_open(struct net_device *dev); | 162 | static int net_open(struct net_device *dev); |
163 | static int net_send_packet(struct sk_buff *skb, struct net_device *dev); | 163 | static int net_send_packet(struct sk_buff *skb, struct net_device *dev); |
164 | static irqreturn_t net_interrupt(int irq, void *dev_id, struct pt_regs *regs); | 164 | static irqreturn_t net_interrupt(int irq, void *dev_id); |
165 | static void net_rx(struct net_device *dev); | 165 | static void net_rx(struct net_device *dev); |
166 | static int net_close(struct net_device *dev); | 166 | static int net_close(struct net_device *dev); |
167 | static struct net_device_stats *net_get_stats(struct net_device *dev); | 167 | static struct net_device_stats *net_get_stats(struct net_device *dev); |
@@ -648,8 +648,7 @@ static int net_send_packet (struct sk_buff *skb, struct net_device *dev) | |||
648 | 648 | ||
649 | /* The typical workload of the driver: | 649 | /* The typical workload of the driver: |
650 | Handle the network interface interrupts. */ | 650 | Handle the network interface interrupts. */ |
651 | static irqreturn_t | 651 | static irqreturn_t net_interrupt(int irq, void *dev_id) |
652 | net_interrupt(int irq, void *dev_id, struct pt_regs *regs) | ||
653 | { | 652 | { |
654 | struct net_device *dev = dev_id; | 653 | struct net_device *dev = dev_id; |
655 | struct net_local *lp; | 654 | struct net_local *lp; |