diff options
-rw-r--r-- | sound/pci/hda/hda_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_acpi.c b/sound/pci/hda/hda_acpi.c index c90865ca876e..513f8fde198b 100644 --- a/sound/pci/hda/hda_acpi.c +++ b/sound/pci/hda/hda_acpi.c @@ -293,7 +293,7 @@ static int hda_acpi_resume(struct device *dev) } static const struct dev_pm_ops hda_acpi_pm = { - SET_SYSTEM_SLEEP_PM_OPS(hda_acpi_suspend, hda_acpi_resume) + SYSTEM_SLEEP_PM_OPS(hda_acpi_suspend, hda_acpi_resume) }; struct hda_data nvidia_hda_data = { |