drm/exynos: fix to build suspend/resume callback functions always 27/213527/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 6 Sep 2019 08:04:23 +0000 (17:04 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 6 Sep 2019 08:08:08 +0000 (17:08 +0900)
commite232aca0b617daa46cbac74c3502d61d05cf85a8
tree8d1dfeea9f48a47bb49bbdef638116abbe5d6cc7
parent441f9c5a57107e51ab9f628845736128ef770035
drm/exynos: fix to build suspend/resume callback functions always

When CONFIG_SUSPEND is disabled, conditional build for suspend and
resume callbcak functions causes build error after the commit
ae1c75eeaa19 ("drm/exynos: Suspend/resume display pipeline as
early/late as possible"). So fix to build the callbacks always
like mainline applied version, the commit dc684af6fc8d.

Change-Id: I226ef3279df0b3ed646f5c532a0093b34e877723
CC: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.c