diff options
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r-- | include/drm/drmP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 70a14a4faa1e..45d09639e9d2 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -1252,7 +1252,6 @@ extern int drm_lock(struct drm_device *dev, void *data, | |||
1252 | struct drm_file *file_priv); | 1252 | struct drm_file *file_priv); |
1253 | extern int drm_unlock(struct drm_device *dev, void *data, | 1253 | extern int drm_unlock(struct drm_device *dev, void *data, |
1254 | struct drm_file *file_priv); | 1254 | struct drm_file *file_priv); |
1255 | extern int drm_lock_take(struct drm_lock_data *lock_data, unsigned int context); | ||
1256 | extern int drm_lock_free(struct drm_lock_data *lock_data, unsigned int context); | 1255 | extern int drm_lock_free(struct drm_lock_data *lock_data, unsigned int context); |
1257 | extern void drm_idlelock_take(struct drm_lock_data *lock_data); | 1256 | extern void drm_idlelock_take(struct drm_lock_data *lock_data); |
1258 | extern void drm_idlelock_release(struct drm_lock_data *lock_data); | 1257 | extern void drm_idlelock_release(struct drm_lock_data *lock_data); |