const: constify remaining dev_pm_ops
[deliverable/linux.git] / drivers / char / hvc_iucv.c
index b8a5d654d3d043e494f6bab085552ab64df24f9f..fe62bd0e17b751f55e359addc54ee4569a4f7488 100644 (file)
@@ -931,7 +931,7 @@ static struct hv_ops hvc_iucv_ops = {
 };
 
 /* Suspend / resume device operations */
-static struct dev_pm_ops hvc_iucv_pm_ops = {
+static const struct dev_pm_ops hvc_iucv_pm_ops = {
        .freeze   = hvc_iucv_pm_freeze,
        .thaw     = hvc_iucv_pm_restore_thaw,
        .restore  = hvc_iucv_pm_restore_thaw,
This page took 0.024673 seconds and 5 git commands to generate.