diff options
Diffstat (limited to 'drivers/net/isa-skeleton.c')
-rw-r--r-- | drivers/net/isa-skeleton.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/isa-skeleton.c b/drivers/net/isa-skeleton.c index 984c31d1b3fb..0343f12d2ffb 100644 --- a/drivers/net/isa-skeleton.c +++ b/drivers/net/isa-skeleton.c | |||
@@ -107,7 +107,7 @@ struct net_local { | |||
107 | static int netcard_probe1(struct net_device *dev, int ioaddr); | 107 | static int netcard_probe1(struct net_device *dev, int ioaddr); |
108 | static int net_open(struct net_device *dev); | 108 | static int net_open(struct net_device *dev); |
109 | static int net_send_packet(struct sk_buff *skb, struct net_device *dev); | 109 | static int net_send_packet(struct sk_buff *skb, struct net_device *dev); |
110 | static irqreturn_t net_interrupt(int irq, void *dev_id, struct pt_regs *regs); | 110 | static irqreturn_t net_interrupt(int irq, void *dev_id); |
111 | static void net_rx(struct net_device *dev); | 111 | static void net_rx(struct net_device *dev); |
112 | static int net_close(struct net_device *dev); | 112 | static int net_close(struct net_device *dev); |
113 | static struct net_device_stats *net_get_stats(struct net_device *dev); | 113 | static struct net_device_stats *net_get_stats(struct net_device *dev); |
@@ -504,7 +504,7 @@ void net_tx(struct net_device *dev) | |||
504 | * The typical workload of the driver: | 504 | * The typical workload of the driver: |
505 | * Handle the network interface interrupts. | 505 | * Handle the network interface interrupts. |
506 | */ | 506 | */ |
507 | static irqreturn_t net_interrupt(int irq, void *dev_id, struct pt_regs * regs) | 507 | static irqreturn_t net_interrupt(int irq, void *dev_id) |
508 | { | 508 | { |
509 | struct net_device *dev = dev_id; | 509 | struct net_device *dev = dev_id; |
510 | struct net_local *np; | 510 | struct net_local *np; |