--- drivers/gpu/drm/drm_legacy.h | 2 ++ include/drm/drmP.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/drm_legacy.h b/drivers/gpu/drm/drm_legacy.h index d8bc895bc376..fd69263cbcca 100644 --- a/drivers/gpu/drm/drm_legacy.h +++ b/drivers/gpu/drm/drm_legacy.h @@ -71,6 +71,8 @@ int drm_legacy_freebufs(struct drm_device *d, void *v, struct drm_file *f); int drm_legacy_mapbufs(struct drm_device *d, void *v, struct drm_file *f); int drm_legacy_dma_ioctl(struct drm_device *d, void *v, struct drm_file *f); +void drm_legacy_vma_flush(struct drm_device *d); + /* * AGP Support */ diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 1d1468bcd69f..1ddd9bba865f 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -1342,8 +1342,6 @@ struct drm_local_map *drm_legacy_getsarea(struct drm_device *dev); int drm_legacy_addbufs_agp(struct drm_device *d, struct drm_buf_desc *req); int drm_legacy_addbufs_pci(struct drm_device *d, struct drm_buf_desc *req); -void drm_legacy_vma_flush(struct drm_device *d); - void drm_legacy_idlelock_take(struct drm_lock_data *lock); void drm_legacy_idlelock_release(struct drm_lock_data *lock); -- 1.9.3