From 96e741fe6b42addbc0e46d110e7dcc0266f2cc29 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Fri, 10 Jun 2016 15:49:53 +0200 Subject: [PATCH] UPSTREAM: 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 (cherry picked from commit 2b77487f2e8ff7e6496a7f5a08839de9bbb39ab3) Change-Id: Ie84fc2496ae6ca111386fa42ab31b8ab0559bece Signed-off-by: David Wu --- include/linux/pwm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/pwm.h b/include/linux/pwm.h index 851af330562a..2c6c5114c089 100644 --- a/include/linux/pwm.h +++ b/include/linux/pwm.h @@ -426,7 +426,6 @@ static inline void pwm_disable(struct pwm_device *pwm) pwm_apply_state(pwm, &state); } - /* PWM provider APIs */ int pwm_capture(struct pwm_device *pwm, struct pwm_capture *result, unsigned long timeout); -- 2.34.1