const: constify remaining dev_pm_ops
[deliverable/linux.git] / drivers / media / video / davinci / vpif_capture.c
index d947ee5e4eb4b9b02d0f71ea7b2b7553a6b4fc11..78130721f578fc9bd310a92ac4b6c63771737b3d 100644 (file)
@@ -2107,7 +2107,7 @@ vpif_resume(struct device *dev)
        return -1;
 }
 
-static struct dev_pm_ops vpif_dev_pm_ops = {
+static const struct dev_pm_ops vpif_dev_pm_ops = {
        .suspend = vpif_suspend,
        .resume = vpif_resume,
 };
This page took 0.029002 seconds and 5 git commands to generate.