]> git.sur5r.net Git - groeck-nct6775/commit
Convert to use SIMPLE_DEV_PM_OPS
authorGuenter Roeck <linux@roeck-us.net>
Fri, 13 Feb 2015 04:20:33 +0000 (20:20 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 13 Feb 2015 04:20:33 +0000 (20:20 -0800)
commit0a3fc546d1849987086599cc2a2d48f5af879ce3
tree1bd16a77dfe4af839f98fabad3b4b69150321f48
parentc4e40c4f7602f70286948e7376ee4db975095672
Convert to use SIMPLE_DEV_PM_OPS

Get rid of #ifdef CONFIG_PM by using SIMPLE_DEV_PM_OPS and declaring suspend
and resume functions with __maybe_unused.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
nct6775.c