diff options
Diffstat (limited to 'sys/dev/pci/drm/drmP.h')
-rw-r--r-- | sys/dev/pci/drm/drmP.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/drmP.h b/sys/dev/pci/drm/drmP.h index 79871e8a014..a4eb253e0ca 100644 --- a/sys/dev/pci/drm/drmP.h +++ b/sys/dev/pci/drm/drmP.h @@ -270,11 +270,10 @@ struct drm_file { }; struct drm_lock_data { + struct mutex spinlock; struct drm_hw_lock *hw_lock; /* Hardware lock */ /* Unique identifier of holding process (NULL is kernel) */ struct drm_file *file_priv; - unsigned long lock_time; /* Time of last lock */ - struct mutex spinlock; }; /* This structure, in the struct drm_device, is always initialized while |