diff options
author | Thierry Reding <thierry.reding@gmail.com> | 2016-06-10 09:49:53 -0400 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2016-07-08 12:11:51 -0400 |
commit | 2b77487f2e8ff7e6496a7f5a08839de9bbb39ab3 (patch) | |
tree | 6e397445aeb707872cf527c2ebfd84d66cc4195a | |
parent | f6f3bddf7b2b994a927808fcc5a3d07069c35956 (diff) |
pwm: Remove gratuitous blank line
Commit 5ec803edcb70 ("pwm: Add core infrastructure to allow atomic
updates") introduced this double blank line by mistake.
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
-rw-r--r-- | include/linux/pwm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pwm.h b/include/linux/pwm.h index fd1092729ed6..83d8bcb7e1de 100644 --- a/include/linux/pwm.h +++ b/include/linux/pwm.h | |||
@@ -408,7 +408,6 @@ static inline void pwm_disable(struct pwm_device *pwm) | |||
408 | pwm_apply_state(pwm, &state); | 408 | pwm_apply_state(pwm, &state); |
409 | } | 409 | } |
410 | 410 | ||
411 | |||
412 | /* PWM provider APIs */ | 411 | /* PWM provider APIs */ |
413 | int pwm_set_chip_data(struct pwm_device *pwm, void *data); | 412 | int pwm_set_chip_data(struct pwm_device *pwm, void *data); |
414 | void *pwm_get_chip_data(struct pwm_device *pwm); | 413 | void *pwm_get_chip_data(struct pwm_device *pwm); |