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

Commit e7fefb1d authored by Gustavo Padovan's avatar Gustavo Padovan Committed by Inki Dae
Browse files

drm/exynos: remove legacy ->suspend()/resume()



These legacy helpers should only be used by shadow-attaching drivers.
KMS drivers has its own way to handle suspend/resume and don't need to
use these two helpers.

Signed-off-by: default avatarGustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: default avatarInki Dae <daeinki@gmail.com>
parent c8c38ccf
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -442,8 +442,6 @@ static struct drm_driver exynos_drm_driver = {
				  | DRIVER_ATOMIC,
	.load			= exynos_drm_load,
	.unload			= exynos_drm_unload,
	.suspend		= exynos_drm_suspend,
	.resume			= exynos_drm_resume,
	.open			= exynos_drm_open,
	.preclose		= exynos_drm_preclose,
	.lastclose		= exynos_drm_lastclose,