diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/wireless/hostap/hostap_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_pci.c b/drivers/net/wireless/hostap/hostap_pci.c index 165f1450da57..4f567ef6178d 100644 --- a/drivers/net/wireless/hostap/hostap_pci.c +++ b/drivers/net/wireless/hostap/hostap_pci.c | |||
| @@ -405,7 +405,7 @@ static void prism2_pci_remove(struct pci_dev *pdev) | |||
| 405 | 405 | ||
| 406 | 406 | ||
| 407 | #ifdef CONFIG_PM | 407 | #ifdef CONFIG_PM |
| 408 | static int prism2_pci_suspend(struct pci_dev *pdev, u32 state) | 408 | static int prism2_pci_suspend(struct pci_dev *pdev, pm_message_t state) |
| 409 | { | 409 | { |
| 410 | struct net_device *dev = pci_get_drvdata(pdev); | 410 | struct net_device *dev = pci_get_drvdata(pdev); |
| 411 | 411 | ||
