commit | 2ccdb55e52a126aa51a64a2244d8b60c16f370cc | [log] [tgz] |
---|---|---|
author | Pascal Huerst <pascal.huerst@gmail.com> | Wed Apr 25 17:22:07 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon May 14 13:41:05 2018 +0200 |
tree | a40ccfcce7ae2236d817dbf58b9057729109d879 | |
parent | 182ead3e418a20328b73152b8e81fc8b4cac3b0b [diff] |
tty: serial: msm_serial: Add __maybe_unused to suspend/resume callbacks As stated under "20) Conditional Compilation" in coding-style.rst. We shall rather use __maybe_unused than preprocessor macros in such cases. Signed-off-by: Pascal Huerst <pascal.huerst@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>