diff options
author | Thierry Reding <[email protected]> | 2017-02-10 15:15:56 +0100 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2017-02-10 15:15:56 +0100 |
commit | 38b0a526ec33314ee1d9926e3a347078f63eac8e (patch) | |
tree | 7deea94e326a36567ccdf9a35188657305d1b5cc /drivers/pwm/pwm-vt8500.c | |
parent | 776906ff0350de74441a2e2387a2a69f55f0f71c (diff) | |
parent | 326ed314fefebb259563926c8c6110a009562e07 (diff) |
Merge branch 'for-4.11/drivers' into for-next
Diffstat (limited to 'drivers/pwm/pwm-vt8500.c')
-rw-r--r-- | drivers/pwm/pwm-vt8500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-vt8500.c b/drivers/pwm/pwm-vt8500.c index cdb58fd4619d..8141a4984126 100644 --- a/drivers/pwm/pwm-vt8500.c +++ b/drivers/pwm/pwm-vt8500.c @@ -184,7 +184,7 @@ static int vt8500_pwm_set_polarity(struct pwm_chip *chip, return 0; } -static struct pwm_ops vt8500_pwm_ops = { +static const struct pwm_ops vt8500_pwm_ops = { .enable = vt8500_pwm_enable, .disable = vt8500_pwm_disable, .config = vt8500_pwm_config, |