]> git.baikalelectronics.ru Git - kernel.git/commit
Input: mcs5000_ts - remove ifdef around power management methods
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 30 Jul 2014 18:34:49 +0000 (11:34 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 31 Jul 2014 05:52:56 +0000 (22:52 -0700)
commitad69bfd4c4cd598f69c9641a0f8d8de8a4d5d213
tree5a4a2e7224e7f4accd5a8265414e2d462a939774
parentd9fe904e9828a01ac5a90320d02c388c2931ebe8
Input: mcs5000_ts - remove ifdef around power management methods

We can annonate the suspend/resume functions with '__maybe_unused' and get
rid of the ifdef, which makes the code smaller and simpler.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/mcs5000_ts.c