const: constify remaining dev_pm_ops
[deliverable/linux.git] / sound / soc / soc-core.c
index ef8f28284cb900372c7bf536a4d835b6e1ab9306..0a6440c6f54a80a9af52aa10ffe9d898fe5c456d 100644 (file)
@@ -1236,7 +1236,7 @@ static int soc_poweroff(struct device *dev)
        return 0;
 }
 
-static struct dev_pm_ops soc_pm_ops = {
+static const struct dev_pm_ops soc_pm_ops = {
        .suspend = soc_suspend,
        .resume = soc_resume,
        .poweroff = soc_poweroff,
This page took 0.054027 seconds and 5 git commands to generate.