aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drmP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 7782dbbbe126..bf058470a0fd 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1196,7 +1196,7 @@ struct drm_device {
1196 1196
1197 /** \name GEM information */ 1197 /** \name GEM information */
1198 /*@{ */ 1198 /*@{ */
1199 spinlock_t object_name_lock; 1199 struct mutex object_name_lock;
1200 struct idr object_name_idr; 1200 struct idr object_name_idr;
1201 /*@} */ 1201 /*@} */
1202 int switch_power_state; 1202 int switch_power_state;