diff options
Diffstat (limited to 'drivers/net/tulip/winbond-840.c')
-rw-r--r-- | drivers/net/tulip/winbond-840.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/tulip/winbond-840.c b/drivers/net/tulip/winbond-840.c index 2fca1ee24f5a..002a05e0722f 100644 --- a/drivers/net/tulip/winbond-840.c +++ b/drivers/net/tulip/winbond-840.c | |||
@@ -332,7 +332,7 @@ static void tx_timeout(struct net_device *dev); | |||
332 | static int alloc_ringdesc(struct net_device *dev); | 332 | static int alloc_ringdesc(struct net_device *dev); |
333 | static void free_ringdesc(struct netdev_private *np); | 333 | static void free_ringdesc(struct netdev_private *np); |
334 | static int start_tx(struct sk_buff *skb, struct net_device *dev); | 334 | static int start_tx(struct sk_buff *skb, struct net_device *dev); |
335 | static irqreturn_t intr_handler(int irq, void *dev_instance, struct pt_regs *regs); | 335 | static irqreturn_t intr_handler(int irq, void *dev_instance); |
336 | static void netdev_error(struct net_device *dev, int intr_status); | 336 | static void netdev_error(struct net_device *dev, int intr_status); |
337 | static int netdev_rx(struct net_device *dev); | 337 | static int netdev_rx(struct net_device *dev); |
338 | static u32 __set_rx_mode(struct net_device *dev); | 338 | static u32 __set_rx_mode(struct net_device *dev); |
@@ -1110,7 +1110,7 @@ static void netdev_tx_done(struct net_device *dev) | |||
1110 | 1110 | ||
1111 | /* The interrupt handler does all of the Rx thread work and cleans up | 1111 | /* The interrupt handler does all of the Rx thread work and cleans up |
1112 | after the Tx thread. */ | 1112 | after the Tx thread. */ |
1113 | static irqreturn_t intr_handler(int irq, void *dev_instance, struct pt_regs *rgs) | 1113 | static irqreturn_t intr_handler(int irq, void *dev_instance) |
1114 | { | 1114 | { |
1115 | struct net_device *dev = (struct net_device *)dev_instance; | 1115 | struct net_device *dev = (struct net_device *)dev_instance; |
1116 | struct netdev_private *np = netdev_priv(dev); | 1116 | struct netdev_private *np = netdev_priv(dev); |