drm/exynos: simplify sleep PM ops
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 27 Nov 2015 14:32:45 +0000 (15:32 +0100)
committerInki Dae <daeinki@gmail.com>
Sun, 13 Dec 2015 13:22:48 +0000 (22:22 +0900)
commit082ca313ca1a86131371cebb4e68656a00f2ef1b
treecdbfd0a99d726e1ef6acddde2e3e04409a5b0242
parentba6e47795d836e1469d17006bd874645cdb5c679
drm/exynos: simplify sleep PM ops

PM ops in exynos_drm_drv were split into two separate function as they were
used also by drm device. Since PM ops have been removed from drm device, the
functions can be merged together.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.c