diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/drmP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index fad21c927a3..fec34eab617 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -438,7 +438,7 @@ struct drm_file { /** Mapping of mm object handles to object pointers. */ struct idr object_idr; /** Lock for synchronization of access to object_idr. */ - spinlock_t table_lock; + struct mutex table_lock; struct file *filp; void *driver_priv; |