From: Andrzej Hajda Date: Tue, 7 Oct 2014 12:01:08 +0000 (+0200) Subject: drm/exynos: dsi: remove global variable exynos_dsi_display X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~27^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2900c69c52079a0340db0f012d2b2e92db7544c4;p=pandora-kernel.git drm/exynos: dsi: remove global variable exynos_dsi_display exynos_dsi_display is used by internal Exynos DRM framework for representing pair encoder->connecter. As it should be mapped 1:1 to dsi private context it seems more reasonable to embed it directly in that context. As a result further code simplification will be possible. Moreover it will be possible to handle multiple DSI devices in the system. Signed-off-by: Andrzej Hajda Signed-off-by: Inki Dae --- Reading git-diff-tree failed