]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: imx_keypad - remove ifdef round PM methods
authorFabio Estevam <fabio.estevam@freescale.com>
Thu, 31 Jul 2014 18:57:08 +0000 (11:57 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 31 Jul 2014 18:59:34 +0000 (11:59 -0700)
commite179d5fa8d6dd0df62bc7ba2a6ee777f7d1142b5
treee9a1ba8f3829e6541a7eb0a0cc45520d028d2a55
parentfe96244b6e0105126ae18e9727b295ca49a13f01
Input: imx_keypad - remove ifdef round PM methods

We can annotate 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/keyboard/imx_keypad.c