From: Gustavo Padovan Date: Mon, 3 Nov 2014 20:13:27 +0000 (-0200) Subject: drm/exynos: remove struct exynos_drm_overlay X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~29^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8837deeab462a30d5a760fa1ae7c29242d985700;p=pandora-kernel.git drm/exynos: remove struct exynos_drm_overlay struct exynos_drm_overlay has no practical advantage nor serves as important piece of the exynos API design. The only place it was used was inside the struct exynos_plane which was just causing a extra access overhead. Users had to access the overlay first and just then get the plane information it contains. This patch merges struct exynos_drm_overlay into struct exynos_plane. It also renames struct exynos_plane to struct exynos_drm_plane. The rational is to cut one step to access plane information. Signed-off-by: Gustavo Padovan Signed-off-by: Inki Dae --- Reading git-diff-tree failed