From: Grygorii Strashko Date: Thu, 26 Feb 2015 13:57:17 +0000 (+0200) Subject: drm/omap: add hibernation callbacks X-Git-Tag: omap-for-v4.1/fixes-rc1~82^2~15^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8450c8d071d858e8f95855a7b5897df3981e3d21;p=pandora-kernel.git drm/omap: add hibernation callbacks Setting a dev_pm_ops suspend/resume pair but not a set of hibernation functions means those pm functions will not be called upon hibernation. Fix this by using SIMPLE_DEV_PM_OPS, which appropriately assigns the suspend and hibernation handlers and move omap_drm_suspend/omap_drm_resume under CONFIG_PM_SLEEP to avoid build warnings. Signed-off-by: Grygorii Strashko [tomi.valkeinen@ti.com: fix conflict, clean up description] Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed