const: constify remaining dev_pm_ops
[deliverable/linux.git] / drivers / s390 / net / netiucv.c
index 98c04cac43c1d87467ee60f43807c0dbc654409b..65ebee0a326674432d3e1d0e092d6afc3d02ff2b 100644 (file)
@@ -159,7 +159,7 @@ static void netiucv_pm_complete(struct device *);
 static int netiucv_pm_freeze(struct device *);
 static int netiucv_pm_restore_thaw(struct device *);
 
-static struct dev_pm_ops netiucv_pm_ops = {
+static const struct dev_pm_ops netiucv_pm_ops = {
        .prepare = netiucv_pm_prepare,
        .complete = netiucv_pm_complete,
        .freeze = netiucv_pm_freeze,
This page took 0.029436 seconds and 5 git commands to generate.