From: Joonyoung Shim Date: Tue, 1 Sep 2015 07:22:55 +0000 (+0900) Subject: drm/exynos: remove buf_cnt from struct exynos_drm_fb X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3058579a2882bb4bb6bf1ab0fe65f5ed070e530;p=pandora-kernel.git drm/exynos: remove buf_cnt from struct exynos_drm_fb Looking other drm drivers, there is no the restriction that framebuffer has only one buffer in .create_handle() callback. They use just first buffer. If this limitation is removed, there is no reason keeping buffer count for framebuffer, so we can remove buf_cnt from struct exynos_drm_fb. Signed-off-by: Joonyoung Shim Reviewed-by: Gustavo Padovan Signed-off-by: Inki Dae --- Reading git-diff-tree failed