aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/hda_acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_acpi.c b/sound/pci/hda/hda_acpi.c
index 513f8fde198b..505cc97e0ee9 100644
--- a/sound/pci/hda/hda_acpi.c
+++ b/sound/pci/hda/hda_acpi.c
@@ -296,7 +296,7 @@ static const struct dev_pm_ops hda_acpi_pm = {
SYSTEM_SLEEP_PM_OPS(hda_acpi_suspend, hda_acpi_resume)
};
-struct hda_data nvidia_hda_data = {
+static const struct hda_data nvidia_hda_data = {
.short_name = "NVIDIA",
.long_name = "NVIDIA HDA Controller",
.flags = AZX_DCAPS_CORBRP_SELF_CLEAR,