Skip to content

Commit

Permalink
drm/i915: Remove unused variable in intel_lrc.c
Browse files Browse the repository at this point in the history
Already tagged this one and 0-day builder is failing me.

Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
  • Loading branch information
Daniel Vetter committed Apr 10, 2015
1 parent e20d2ab commit 19ee66a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/i915/intel_lrc.c
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,6 @@ int intel_execlists_submission(struct drm_device *dev, struct drm_file *file,
void intel_execlists_retire_requests(struct intel_engine_cs *ring)
{
struct drm_i915_gem_request *req, *tmp;
struct drm_i915_private *dev_priv = ring->dev->dev_private;
struct list_head retired_list;

WARN_ON(!mutex_is_locked(&ring->dev->struct_mutex));
Expand Down

0 comments on commit 19ee66a

Please sign in to comment.