diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-01-08 04:28:06 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-04-05 20:17:51 +0300 |
commit | 20aa787e453faec948ad75ebaa1535dbd5adb271 (patch) | |
tree | 1658dae09d892d4666da934fa5556353b10dea4c /net/unix/af_unix.c | |
parent | b5ca3ea327a6467591751e4c98207281fe884da3 (diff) | |
download | linux-20aa787e453faec948ad75ebaa1535dbd5adb271.tar.xz |
Input: ti_am335x_tsc - use SIMPLE_DEV_PM_OPS
Instead of doing the dance with macro that either resolves to a pointer or
NULL, let's switch to using SIMPLE_DEV_PM_OPS().
Also let's mark suspend and resume methods as __maybe_unused instead of
guarding them with an #ifdef and rely on linker to drop unused code. Doing
so should allow better compile coverage.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions