From: Laurent Pinchart Date: Wed, 14 Jan 2015 22:31:11 +0000 (+0200) Subject: drm: omapdrm: Remove omap_crtc->full_update field X-Git-Tag: omap-for-v4.2/o2_dc~72^2~15^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=297767b68146f2355dfb10cb57185bef7769dfd9;p=pandora-kernel.git drm: omapdrm: Remove omap_crtc->full_update field The full_update field is always set to true before calling omap_crtc_appy(), resulting in its value always being true in the single location where it is tested, in omap_crtc_pre_apply(). Remove it. Signed-off-by: Laurent Pinchart --- Reading git-diff-tree failed