From: Andreas Ruprecht Date: Fri, 6 Feb 2015 10:16:47 +0000 (+0100) Subject: drm/i915: Remove references to previously removed UMS config option X-Git-Tag: omap-for-v4.2/o2_dc~72^2~35^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd5956c9136d80ca09faacf9622dc68426bec98c;p=pandora-kernel.git drm/i915: Remove references to previously removed UMS config option Commit 03dae59c72ffffd8 ("drm/i915: Ditch UMS config option") removed CONFIG_DRM_I915_UMS from the Kconfig file, but i915_drv.c still references this option in two #ifndef statements. As an undefined config option will always be 'false', we can drop the #ifndefs alltogether and adapt the printed error message. This inconsistency was found with the undertaker tool. Signed-off-by: Andreas Ruprecht [danvet: Undo logging change as requested by Jani.] Reviewed-by: Jani Nikula Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed