From: Linus Torvalds Date: Thu, 31 Oct 2013 22:28:23 +0000 (-0700) Subject: i915: fix compiler warning X-Git-Tag: v3.12~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0baab4fd6de4beb3393e173b392038d01da54bec;p=pandora-kernel.git i915: fix compiler warning The last i915 drm update brought with it this annoying warning drivers/gpu/drm/i915/intel_crt.c: In function ‘intel_crt_get_config’: drivers/gpu/drm/i915/intel_crt.c:110:21: warning: unused variable ‘dev’ [-Wunused-variable] struct drm_device *dev = encoder->base.dev; ^ introduced by commit 7195a50b5c7e ("drm/i915: Add HSW CRT output readout support"). Remove the offending pointless variable. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed