diff options
Diffstat (limited to 'drivers/net/sb1000.c')
-rw-r--r-- | drivers/net/sb1000.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sb1000.c b/drivers/net/sb1000.c index a1789ae59278..dc30dee5537f 100644 --- a/drivers/net/sb1000.c +++ b/drivers/net/sb1000.c | |||
@@ -84,7 +84,7 @@ extern int sb1000_probe(struct net_device *dev); | |||
84 | static int sb1000_open(struct net_device *dev); | 84 | static int sb1000_open(struct net_device *dev); |
85 | static int sb1000_dev_ioctl (struct net_device *dev, struct ifreq *ifr, int cmd); | 85 | static int sb1000_dev_ioctl (struct net_device *dev, struct ifreq *ifr, int cmd); |
86 | static int sb1000_start_xmit(struct sk_buff *skb, struct net_device *dev); | 86 | static int sb1000_start_xmit(struct sk_buff *skb, struct net_device *dev); |
87 | static irqreturn_t sb1000_interrupt(int irq, void *dev_id, struct pt_regs *regs); | 87 | static irqreturn_t sb1000_interrupt(int irq, void *dev_id); |
88 | static struct net_device_stats *sb1000_stats(struct net_device *dev); | 88 | static struct net_device_stats *sb1000_stats(struct net_device *dev); |
89 | static int sb1000_close(struct net_device *dev); | 89 | static int sb1000_close(struct net_device *dev); |
90 | 90 | ||
@@ -1079,7 +1079,7 @@ sb1000_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
1079 | } | 1079 | } |
1080 | 1080 | ||
1081 | /* SB1000 interrupt handler. */ | 1081 | /* SB1000 interrupt handler. */ |
1082 | static irqreturn_t sb1000_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 1082 | static irqreturn_t sb1000_interrupt(int irq, void *dev_id) |
1083 | { | 1083 | { |
1084 | char *name; | 1084 | char *name; |
1085 | unsigned char st; | 1085 | unsigned char st; |