diff options
| author | Thierry Reding <thierry.reding@gmail.com> | 2017-02-10 17:15:56 +0300 |
|---|---|---|
| committer | Thierry Reding <thierry.reding@gmail.com> | 2017-02-10 17:15:56 +0300 |
| commit | 38b0a526ec33314ee1d9926e3a347078f63eac8e (patch) | |
| tree | 7deea94e326a36567ccdf9a35188657305d1b5cc /drivers/pwm/pwm-bfin.c | |
| parent | 776906ff0350de74441a2e2387a2a69f55f0f71c (diff) | |
| parent | 326ed314fefebb259563926c8c6110a009562e07 (diff) | |
| download | linux-38b0a526ec33314ee1d9926e3a347078f63eac8e.tar.xz | |
Merge branch 'for-4.11/drivers' into for-next
Diffstat (limited to 'drivers/pwm/pwm-bfin.c')
| -rw-r--r-- | drivers/pwm/pwm-bfin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-bfin.c b/drivers/pwm/pwm-bfin.c index 7631ef194de7..d2ed0a2a18e8 100644 --- a/drivers/pwm/pwm-bfin.c +++ b/drivers/pwm/pwm-bfin.c @@ -103,7 +103,7 @@ static void bfin_pwm_disable(struct pwm_chip *chip, struct pwm_device *pwm) disable_gptimer(priv->pin); } -static struct pwm_ops bfin_pwm_ops = { +static const struct pwm_ops bfin_pwm_ops = { .request = bfin_pwm_request, .free = bfin_pwm_free, .config = bfin_pwm_config, |
