diff options
Diffstat (limited to 'drivers/pwm/pwm-zx.c')
-rw-r--r-- | drivers/pwm/pwm-zx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-zx.c b/drivers/pwm/pwm-zx.c index e24f4be35316..e2c21cc34a96 100644 --- a/drivers/pwm/pwm-zx.c +++ b/drivers/pwm/pwm-zx.c | |||
@@ -148,7 +148,7 @@ static int zx_pwm_config(struct pwm_chip *chip, struct pwm_device *pwm, | |||
148 | } | 148 | } |
149 | 149 | ||
150 | static int zx_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, | 150 | static int zx_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, |
151 | struct pwm_state *state) | 151 | const struct pwm_state *state) |
152 | { | 152 | { |
153 | struct zx_pwm_chip *zpc = to_zx_pwm_chip(chip); | 153 | struct zx_pwm_chip *zpc = to_zx_pwm_chip(chip); |
154 | struct pwm_state cstate; | 154 | struct pwm_state cstate; |