diff options
Diffstat (limited to 'sound/pci/oxygen/oxygen.c')
| -rw-r--r-- | sound/pci/oxygen/oxygen.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/pci/oxygen/oxygen.c b/sound/pci/oxygen/oxygen.c index 610275bfbaeb..37520a2b4dcf 100644 --- a/sound/pci/oxygen/oxygen.c +++ b/sound/pci/oxygen/oxygen.c | |||
| @@ -873,8 +873,9 @@ static struct pci_driver oxygen_driver = { | |||
| 873 | .probe = generic_oxygen_probe, | 873 | .probe = generic_oxygen_probe, |
| 874 | .remove = __devexit_p(oxygen_pci_remove), | 874 | .remove = __devexit_p(oxygen_pci_remove), |
| 875 | #ifdef CONFIG_PM | 875 | #ifdef CONFIG_PM |
| 876 | .suspend = oxygen_pci_suspend, | 876 | .driver = { |
| 877 | .resume = oxygen_pci_resume, | 877 | .pm = &oxygen_pci_pm, |
| 878 | }, | ||
| 878 | #endif | 879 | #endif |
| 879 | }; | 880 | }; |
| 880 | 881 | ||
