From: Gustavo Padovan Date: Sat, 15 Aug 2015 15:14:08 +0000 (-0300) Subject: drm/exynos: remove struct exynos_drm_encoder layer X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~26^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b8376c803c4c1c02446520527b31161e8a3c066;p=pandora-kernel.git drm/exynos: remove struct exynos_drm_encoder layer struct exynos_drm_encoder was justing wrapping struct drm_encoder, it had only a drm_encoder member and the internal exynos_drm_encoders ops that was directly mapped to the drm_encoder helper funcs. So now exynos DRM uses struct drm_encoder directly, this removes completely the struct exynos_drm_encoder. v2: add empty .mode_fixup() and .mode_set() to DSI and DPI to avoid null pointer. Signed-off-by: Gustavo Padovan Signed-off-by: Inki Dae --- Reading git-diff-tree failed