const: constify remaining dev_pm_ops
[deliverable/linux.git] / drivers / video / pxafb.c
index f58a3aae6ea630f931de2a2cc7118a65a0c344b3..b7e58059b592fc402bb91c7f7fd5c6bbc703e41e 100644 (file)
@@ -1667,7 +1667,7 @@ static int pxafb_resume(struct device *dev)
        return 0;
 }
 
-static struct dev_pm_ops pxafb_pm_ops = {
+static const struct dev_pm_ops pxafb_pm_ops = {
        .suspend        = pxafb_suspend,
        .resume         = pxafb_resume,
 };
This page took 0.027725 seconds and 5 git commands to generate.