From: Laurent Pinchart Date: Wed, 15 Apr 2015 15:55:27 +0000 (+0300) Subject: drm: omapdrm: Remove omap_crtc enabled field X-Git-Tag: omap-for-v4.3/legacy-v2-signed~46^2~16^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cca481c0556d197f8aa287aec784b20f515fd12;p=pandora-kernel.git drm: omapdrm: Remove omap_crtc enabled field The field tracks the CRTC state to avoid double-enable or -disable. As the DRM atomic core guarantees that the CRTC enable and disable functions won't be called on an already enabled or disabled CRTC, such tracking isn't needed. Remove the enabled field. Signed-off-by: Laurent Pinchart Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed