diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2017-09-15 01:12:02 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2021-01-05 07:20:25 +0200 |
commit | 47f10854ca8958c5bf31c3a3fcd8e2c73ccc9925 (patch) | |
tree | ade7a400db484b91dc71e3a3701a270c65c4dd03 /include/drm | |
parent | 913848ad52da9859335d811ca6ca84d83f0c8b39 (diff) | |
download | linux-47f10854ca8958c5bf31c3a3fcd8e2c73ccc9925.tar.bz2 |
drm: Don't export the drm_gem_dumb_destroy() function
The drm_gem_dumb_destroy() isn't used in drivers, don't export it.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_gem.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/drm_gem.h b/include/drm/drm_gem.h index 5e6daa1c982f..240049566592 100644 --- a/include/drm/drm_gem.h +++ b/include/drm/drm_gem.h @@ -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__ */ |