pwm: Add missing newline
authorThierry Reding <thierry.reding@gmail.com>
Mon, 2 May 2016 10:05:55 +0000 (12:05 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Tue, 3 May 2016 11:57:03 +0000 (13:57 +0200)
commit83a98864ff62b23dfa93baeaaf340741e263c02b
tree088d73faabe0aa78e36c246f8701febc925f27f1
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
pwm: Add missing newline

checkpatch requires that declarations be separated from code by a blank
line. Add one for readability and to silence the warning.

Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/core.c