diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index 2f08219c39b6..19066d1dcb7d 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h | |||
@@ -492,9 +492,6 @@ int radeon_mode_dumb_create(struct drm_file *file_priv, | |||
492 | int radeon_mode_dumb_mmap(struct drm_file *filp, | 492 | int radeon_mode_dumb_mmap(struct drm_file *filp, |
493 | struct drm_device *dev, | 493 | struct drm_device *dev, |
494 | uint32_t handle, uint64_t *offset_p); | 494 | uint32_t handle, uint64_t *offset_p); |
495 | int radeon_mode_dumb_destroy(struct drm_file *file_priv, | ||
496 | struct drm_device *dev, | ||
497 | uint32_t handle); | ||
498 | 495 | ||
499 | /* | 496 | /* |
500 | * Semaphores. | 497 | * Semaphores. |