const: constify remaining dev_pm_ops
[deliverable/linux.git] / include / linux / pm.h
index 0d65934246af8c3ba0997c05059009de684b27ea..198b8f9fe05ec2ab97d351fbfba053f980869100 100644 (file)
@@ -219,7 +219,7 @@ struct dev_pm_ops {
  * to RAM and hibernation.
  */
 #define SIMPLE_DEV_PM_OPS(name, suspend_fn, resume_fn) \
-struct dev_pm_ops name = { \
+const struct dev_pm_ops name = { \
        .suspend = suspend_fn, \
        .resume = resume_fn, \
        .freeze = suspend_fn, \
This page took 0.024184 seconds and 5 git commands to generate.