diff options
Diffstat (limited to 'drivers/net/sun3_82586.c')
-rw-r--r-- | drivers/net/sun3_82586.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sun3_82586.c b/drivers/net/sun3_82586.c index 0605461bc56d..d1d1885b0295 100644 --- a/drivers/net/sun3_82586.c +++ b/drivers/net/sun3_82586.c | |||
@@ -122,7 +122,7 @@ sizeof(nop_cmd) = 8; | |||
122 | DELAY_16(); DELAY_16(); } } | 122 | DELAY_16(); DELAY_16(); } } |
123 | 123 | ||
124 | static int sun3_82586_probe1(struct net_device *dev,int ioaddr); | 124 | static int sun3_82586_probe1(struct net_device *dev,int ioaddr); |
125 | static irqreturn_t sun3_82586_interrupt(int irq,void *dev_id,struct pt_regs *reg_ptr); | 125 | static irqreturn_t sun3_82586_interrupt(int irq,void *dev_id); |
126 | static int sun3_82586_open(struct net_device *dev); | 126 | static int sun3_82586_open(struct net_device *dev); |
127 | static int sun3_82586_close(struct net_device *dev); | 127 | static int sun3_82586_close(struct net_device *dev); |
128 | static int sun3_82586_send_packet(struct sk_buff *,struct net_device *); | 128 | static int sun3_82586_send_packet(struct sk_buff *,struct net_device *); |
@@ -678,7 +678,7 @@ static void *alloc_rfa(struct net_device *dev,void *ptr) | |||
678 | * Interrupt Handler ... | 678 | * Interrupt Handler ... |
679 | */ | 679 | */ |
680 | 680 | ||
681 | static irqreturn_t sun3_82586_interrupt(int irq,void *dev_id,struct pt_regs *reg_ptr) | 681 | static irqreturn_t sun3_82586_interrupt(int irq,void *dev_id) |
682 | { | 682 | { |
683 | struct net_device *dev = dev_id; | 683 | struct net_device *dev = dev_id; |
684 | unsigned short stat; | 684 | unsigned short stat; |