drm/scheduler: provide scheduler score externally
[linux-2.6-microblaze.git] / include / drm / drm_gem.h
index 5e6daa1..2400495 100644 (file)
@@ -416,8 +416,5 @@ int drm_gem_fence_array_add_implicit(struct xarray *fence_array,
                                     bool write);
 int drm_gem_dumb_map_offset(struct drm_file *file, struct drm_device *dev,
                            u32 handle, u64 *offset);
-int drm_gem_dumb_destroy(struct drm_file *file,
-                        struct drm_device *dev,
-                        uint32_t handle);
 
 #endif /* __DRM_GEM_H__ */