drm/i915: fix debugging compilation error from previous commit

There is no equivalent to mutex_destroy() for spinlocks so just delete
the code.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2010-09-26 22:21:10 +01:00
parent 1c25595f8d
commit 53b2087d21
1 changed files with 0 additions and 1 deletions

View File

@ -2221,7 +2221,6 @@ void i915_driver_postclose(struct drm_device *dev, struct drm_file *file)
{
struct drm_i915_file_private *file_priv = file->driver_priv;
mutex_destroy(&file_priv->mutex);
kfree(file_priv);
}