drm/i915: Remove the vm open count
[linux-2.6-microblaze.git] / drivers / gpu / drm / i915 / display / intel_dpt.c
index 05dd7db..3af4930 100644 (file)
@@ -300,5 +300,5 @@ void intel_dpt_destroy(struct i915_address_space *vm)
 {
        struct i915_dpt *dpt = i915_vm_to_dpt(vm);
 
-       i915_vm_close(&dpt->vm);
+       i915_vm_put(&dpt->vm);
 }