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 5914cc5c3fa6..90833dccc919 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
| @@ -1508,7 +1508,7 @@ int drm_gem_dumb_destroy(struct drm_file *file, | |||
| 1508 | 1508 | ||
| 1509 | void drm_prime_init_file_private(struct drm_prime_file_private *prime_fpriv); | 1509 | void drm_prime_init_file_private(struct drm_prime_file_private *prime_fpriv); |
| 1510 | void drm_prime_destroy_file_private(struct drm_prime_file_private *prime_fpriv); | 1510 | void drm_prime_destroy_file_private(struct drm_prime_file_private *prime_fpriv); |
| 1511 | void drm_prime_remove_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf); | 1511 | void drm_prime_remove_buf_handle_locked(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf); |
| 1512 | 1512 | ||
| 1513 | #if DRM_DEBUG_CODE | 1513 | #if DRM_DEBUG_CODE |
| 1514 | extern int drm_vma_info(struct seq_file *m, void *data); | 1514 | extern int drm_vma_info(struct seq_file *m, void *data); |
