const: constify remaining dev_pm_ops
[safe/jmp/linux-2.6] / drivers / video / hitfb.c
index e7116a6..73c83a8 100644 (file)
@@ -456,7 +456,7 @@ static int hitfb_resume(struct device *dev)
        return 0;
 }
 
-static struct dev_pm_ops hitfb_dev_pm_ops = {
+static const struct dev_pm_ops hitfb_dev_pm_ops = {
        .suspend        = hitfb_suspend,
        .resume         = hitfb_resume,
 };