From: Ville Syrjälä Date: Fri, 4 Oct 2013 11:53:39 +0000 (+0300) Subject: drm: Kill ctx_count from struct drm_device X-Git-Tag: v3.13-rc1~76^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc6ff1935b550bdf525e0caa5ef0894010375414;p=pandora-kernel.git drm: Kill ctx_count from struct drm_device The only user of ctx_count is the via driver, and we can replace that use with list_is_singular(). Signed-off-by: Ville Syrjälä Reviewed-by: Daniel Vetter Reviewed-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed