const: constify remaining dev_pm_ops
[safe/jmp/linux-2.6] / drivers / video / backlight / da903x_bl.c
index 7fcb0eb..f2d76da 100644 (file)
@@ -177,7 +177,7 @@ static int da903x_backlight_resume(struct device *dev)
        return 0;
 }
 
-static struct dev_pm_ops da903x_backlight_pm_ops = {
+static const struct dev_pm_ops da903x_backlight_pm_ops = {
        .suspend        = da903x_backlight_suspend,
        .resume         = da903x_backlight_resume,
 };