From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Bolle Subject: drm/i915: CONFIG_DRM_I915_UMS Date: Fri, 25 Jul 2014 14:14:24 +0200 Message-ID: <1406290464.8231.13.camel@x220> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Daniel Vetter Cc: David Airlie , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org Daniel, Your commit 2225a28fd916 ("drm/i915: Ditch UMS config option") is included in today's linux-next (ie, next-20140725). It removes the Kconfig symbol DRM_I915_UMS. It didn't remove the two (negative) checks for CONFIG_DRM_I915_UMS. These checks are superfluous as they now will always evaluate to true. Is the trivial cleanup to remove them already queued somewhere? Paul Bolle