diff options
Diffstat (limited to 'drivers/net/tulip/winbond-840.c')
-rw-r--r-- | drivers/net/tulip/winbond-840.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tulip/winbond-840.c b/drivers/net/tulip/winbond-840.c index f7e64ee11b1d..caff2f590165 100644 --- a/drivers/net/tulip/winbond-840.c +++ b/drivers/net/tulip/winbond-840.c | |||
@@ -1620,7 +1620,7 @@ static void __devexit w840_remove1 (struct pci_dev *pdev) | |||
1620 | * Detach must occur under spin_unlock_irq(), interrupts from a detached | 1620 | * Detach must occur under spin_unlock_irq(), interrupts from a detached |
1621 | * device would cause an irq storm. | 1621 | * device would cause an irq storm. |
1622 | */ | 1622 | */ |
1623 | static int w840_suspend (struct pci_dev *pdev, u32 state) | 1623 | static int w840_suspend (struct pci_dev *pdev, pm_message_t state) |
1624 | { | 1624 | { |
1625 | struct net_device *dev = pci_get_drvdata (pdev); | 1625 | struct net_device *dev = pci_get_drvdata (pdev); |
1626 | struct netdev_private *np = netdev_priv(dev); | 1626 | struct netdev_private *np = netdev_priv(dev); |