Staging: ste_rmi4: Use SIMPLE_DEV_PM_OPS() macro
authorVaishali Thakkar <vthakkar1994@gmail.com>
Fri, 20 Mar 2015 07:17:51 +0000 (12:47 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Mar 2015 12:37:31 +0000 (13:37 +0100)
commit875887c3086a6e130beb73cd12b737c1296eb946
tree9c9105dd313b506763a5a013c412d91f5c889326
parentaa6432f122434a79253b07c87f292eff982bd71e
Staging: ste_rmi4: Use SIMPLE_DEV_PM_OPS() macro

Macro SIMPLE_DEV_PM_OPS() can be used when same suspend
and resume callbacks are used for suspend to RAM and
hibernation. So, here use SIMPLE_DEV_PM_OPS to make code
shorter and cleaner.

Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c