From: Paulo Zanoni Date: Thu, 20 Sep 2012 21:36:06 +0000 (-0300) Subject: drm/i915: remove unused variables from ironlake_crtc_mode_set X-Git-Tag: v3.8-rc1~82^2~192^2~228 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2f12b070d715315f0ed549fe8d722b681518c1b;p=pandora-kernel.git drm/i915: remove unused variables from ironlake_crtc_mode_set The last patches moved a lot of code from ironlake_crtc_mode_set to sub-functions, so these variables became useless. You could get warnings by enabling -Wunused-but-set-variable. Signed-off-by: Paulo Zanoni Reviewed-by: Rodrigo Vivi Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed