Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 768821a3 authored by Jingoo Han's avatar Jingoo Han Committed by Guenter Roeck
Browse files

hwmon: (max6639) Use SIMPLE_DEV_PM_OPS macro



Use SIMPLE_DEV_PM_OPS macro in order to make the code simpler.

Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
Acked-by: default avatarRoland Stigge <stigge@antcom.de>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent a41a8927
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -592,9 +592,7 @@ static const struct i2c_device_id max6639_id[] = {

MODULE_DEVICE_TABLE(i2c, max6639_id);

static const struct dev_pm_ops max6639_pm_ops = {
	SET_SYSTEM_SLEEP_PM_OPS(max6639_suspend, max6639_resume)
};
static SIMPLE_DEV_PM_OPS(max6639_pm_ops, max6639_suspend, max6639_resume);

static struct i2c_driver max6639_driver = {
	.class = I2C_CLASS_HWMON,