|
@@ -165,7 +165,7 @@ static int hibvt_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm,
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
-static struct pwm_ops hibvt_pwm_ops = {
|
|
|
|
|
|
+static const struct pwm_ops hibvt_pwm_ops = {
|
|
.get_state = hibvt_pwm_get_state,
|
|
.get_state = hibvt_pwm_get_state,
|
|
.apply = hibvt_pwm_apply,
|
|
.apply = hibvt_pwm_apply,
|
|
|
|
|