From: John Harrison Date: Thu, 19 Mar 2015 12:30:07 +0000 (+0000) Subject: drm/i915: Make intel_logical_ring_begin() static X-Git-Tag: omap-for-v4.3/legacy-v2-signed~46^2~58^2~157 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc0dce3fd0526215aa781c28069519d126d50129;p=pandora-kernel.git drm/i915: Make intel_logical_ring_begin() static The only usage of intel_logical_ring_begin() is within intel_lrc.c so it can be made static. To avoid a forward declaration at the top of the file, it and bunch of other functions have been shuffled upwards. For: VIZ-5115 Signed-off-by: John Harrison Reviewed-by: Tomas Elf Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed