diff options
Diffstat (limited to 'drivers/net/seeq8005.c')
-rw-r--r-- | drivers/net/seeq8005.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/seeq8005.c b/drivers/net/seeq8005.c index 20afdc7f2b97..d9d0a3a3c558 100644 --- a/drivers/net/seeq8005.c +++ b/drivers/net/seeq8005.c | |||
@@ -83,7 +83,7 @@ static int seeq8005_probe1(struct net_device *dev, int ioaddr); | |||
83 | static int seeq8005_open(struct net_device *dev); | 83 | static int seeq8005_open(struct net_device *dev); |
84 | static void seeq8005_timeout(struct net_device *dev); | 84 | static void seeq8005_timeout(struct net_device *dev); |
85 | static int seeq8005_send_packet(struct sk_buff *skb, struct net_device *dev); | 85 | static int seeq8005_send_packet(struct sk_buff *skb, struct net_device *dev); |
86 | static irqreturn_t seeq8005_interrupt(int irq, void *dev_id, struct pt_regs *regs); | 86 | static irqreturn_t seeq8005_interrupt(int irq, void *dev_id); |
87 | static void seeq8005_rx(struct net_device *dev); | 87 | static void seeq8005_rx(struct net_device *dev); |
88 | static int seeq8005_close(struct net_device *dev); | 88 | static int seeq8005_close(struct net_device *dev); |
89 | static struct net_device_stats *seeq8005_get_stats(struct net_device *dev); | 89 | static struct net_device_stats *seeq8005_get_stats(struct net_device *dev); |
@@ -437,7 +437,7 @@ inline void wait_for_buffer(struct net_device * dev) | |||
437 | 437 | ||
438 | /* The typical workload of the driver: | 438 | /* The typical workload of the driver: |
439 | Handle the network interface interrupts. */ | 439 | Handle the network interface interrupts. */ |
440 | static irqreturn_t seeq8005_interrupt(int irq, void *dev_id, struct pt_regs * regs) | 440 | static irqreturn_t seeq8005_interrupt(int irq, void *dev_id) |
441 | { | 441 | { |
442 | struct net_device *dev = dev_id; | 442 | struct net_device *dev = dev_id; |
443 | struct net_local *lp; | 443 | struct net_local *lp; |