From: John Harrison Date: Fri, 29 May 2015 16:44:10 +0000 (+0100) Subject: drm/i915: Remove the now obsolete intel_ring_get_request() X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59c35a4d120ef5e34e91f2bccdfcf9e27a3b9397;p=pandora-kernel.git drm/i915: Remove the now obsolete intel_ring_get_request() Much of the driver has now been converted to passing requests around instead of rings/ringbufs/contexts. Thus the function for retreiving the request from a ring (i.e. the OLR) is no longer used and can be removed. For: VIZ-5115 Signed-off-by: John Harrison Reviewed-by: Tomas Elf Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed