diff options
Diffstat (limited to 'drivers/net/sun3lance.c')
-rw-r--r-- | drivers/net/sun3lance.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sun3lance.c b/drivers/net/sun3lance.c index 61a832ce7ccf..91c76544e4dd 100644 --- a/drivers/net/sun3lance.c +++ b/drivers/net/sun3lance.c | |||
@@ -237,7 +237,7 @@ static int lance_probe( struct net_device *dev); | |||
237 | static int lance_open( struct net_device *dev ); | 237 | static int lance_open( struct net_device *dev ); |
238 | static void lance_init_ring( struct net_device *dev ); | 238 | static void lance_init_ring( struct net_device *dev ); |
239 | static int lance_start_xmit( struct sk_buff *skb, struct net_device *dev ); | 239 | static int lance_start_xmit( struct sk_buff *skb, struct net_device *dev ); |
240 | static irqreturn_t lance_interrupt( int irq, void *dev_id, struct pt_regs *fp ); | 240 | static irqreturn_t lance_interrupt( int irq, void *dev_id); |
241 | static int lance_rx( struct net_device *dev ); | 241 | static int lance_rx( struct net_device *dev ); |
242 | static int lance_close( struct net_device *dev ); | 242 | static int lance_close( struct net_device *dev ); |
243 | static struct net_device_stats *lance_get_stats( struct net_device *dev ); | 243 | static struct net_device_stats *lance_get_stats( struct net_device *dev ); |
@@ -642,7 +642,7 @@ static int lance_start_xmit( struct sk_buff *skb, struct net_device *dev ) | |||
642 | 642 | ||
643 | /* The LANCE interrupt handler. */ | 643 | /* The LANCE interrupt handler. */ |
644 | 644 | ||
645 | static irqreturn_t lance_interrupt( int irq, void *dev_id, struct pt_regs *fp) | 645 | static irqreturn_t lance_interrupt( int irq, void *dev_id) |
646 | { | 646 | { |
647 | struct net_device *dev = dev_id; | 647 | struct net_device *dev = dev_id; |
648 | struct lance_private *lp = netdev_priv(dev); | 648 | struct lance_private *lp = netdev_priv(dev); |