Input: ti_am335x_tsc - use SIMPLE_DEV_PM_OPS
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 8 Jan 2016 01:28:06 +0000 (17:28 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 5 Apr 2016 17:17:51 +0000 (10:17 -0700)
commit20aa787e453faec948ad75ebaa1535dbd5adb271
tree1658dae09d892d4666da934fa5556353b10dea4c
parentb5ca3ea327a6467591751e4c98207281fe884da3
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>
drivers/input/touchscreen/ti_am335x_tsc.c