diff options
Diffstat (limited to 'drivers/net/sunlance.c')
-rw-r--r-- | drivers/net/sunlance.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/sunlance.c b/drivers/net/sunlance.c index 26ade68aeabf..4e994f87469e 100644 --- a/drivers/net/sunlance.c +++ b/drivers/net/sunlance.c | |||
@@ -915,15 +915,11 @@ static void build_fake_packet(struct lance_private *lp) | |||
915 | lp->tx_new = TX_NEXT(entry); | 915 | lp->tx_new = TX_NEXT(entry); |
916 | } | 916 | } |
917 | 917 | ||
918 | struct net_device *last_dev; | ||
919 | |||
920 | static int lance_open(struct net_device *dev) | 918 | static int lance_open(struct net_device *dev) |
921 | { | 919 | { |
922 | struct lance_private *lp = netdev_priv(dev); | 920 | struct lance_private *lp = netdev_priv(dev); |
923 | int status = 0; | 921 | int status = 0; |
924 | 922 | ||
925 | last_dev = dev; | ||
926 | |||
927 | STOP_LANCE(lp); | 923 | STOP_LANCE(lp); |
928 | 924 | ||
929 | if (request_irq(dev->irq, &lance_interrupt, IRQF_SHARED, | 925 | if (request_irq(dev->irq, &lance_interrupt, IRQF_SHARED, |