const: constify remaining dev_pm_ops
[linux-2.6-block.git] / drivers / s390 / block / dcssblk.c
index f76f4bd82b9f9810e3bae0b4d914f1f8673803ab..9b43ae94beba1dea263e1687d38060e9a1f243d6 100644 (file)
@@ -1005,7 +1005,7 @@ static int dcssblk_thaw(struct device *dev)
        return 0;
 }
 
-static struct dev_pm_ops dcssblk_pm_ops = {
+static const struct dev_pm_ops dcssblk_pm_ops = {
        .freeze         = dcssblk_freeze,
        .thaw           = dcssblk_thaw,
        .restore        = dcssblk_restore,