diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-02-06 07:05:51 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-02-16 01:06:26 +0100 |
commit | 5ec662e7a6b8bd266382c8e7a3f236ffc8e1acf9 (patch) | |
tree | ae4892662d24feabfc6dd25dbe2af4fad5182b41 /include | |
parent | Input: bfin_rotary - fix potential oops in interrupt handler (diff) | |
download | linux-5ec662e7a6b8bd266382c8e7a3f236ffc8e1acf9.tar.xz linux-5ec662e7a6b8bd266382c8e7a3f236ffc8e1acf9.zip |
Input: bfin_rotary - mark suspend and resume code as __maybe_unused
Instead of using #ifdef to guard potentially unused suspend and resume code
let's mark them as __maybe_unused so they still get discarded if they are
not used but we do not get warning. This allows for better compile coverage.
Acked-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions