const: constify remaining dev_pm_ops
[deliverable/linux.git] / drivers / media / video / sh_mobile_ceu_camera.c
index a4f3472d4db87025d041d9422c5ed5ea8cd63883..961e4484d72188e724b9ffc5a4b8b30262a733ca 100644 (file)
@@ -1825,7 +1825,7 @@ static int sh_mobile_ceu_runtime_nop(struct device *dev)
        return 0;
 }
 
-static struct dev_pm_ops sh_mobile_ceu_dev_pm_ops = {
+static const struct dev_pm_ops sh_mobile_ceu_dev_pm_ops = {
        .runtime_suspend = sh_mobile_ceu_runtime_nop,
        .runtime_resume = sh_mobile_ceu_runtime_nop,
 };
This page took 0.036609 seconds and 5 git commands to generate.