Re: [PATCH] drm: Don't export the drm_gem_dumb_destroy() function

2020-12-16 Thread Daniel Vetter
On Tue, Dec 15, 2020 at 09:51:47PM +0200, Laurent Pinchart wrote: > The drm_gem_dumb_destroy() isn't used in drivers, don't export it. > > Signed-off-by: Laurent Pinchart Reviewed-by: Daniel Vetter Again I'm assuming you'll apply this somewhere. -Daniel > --- > Changes since v1: > > - Move f

[PATCH] drm: Don't export the drm_gem_dumb_destroy() function

2020-12-15 Thread Laurent Pinchart
The drm_gem_dumb_destroy() isn't used in drivers, don't export it. Signed-off-by: Laurent Pinchart --- Changes since v1: - Move function prototype from drm_gem.h to drm_internal.h - Drop function documentation - Replace uint32_t with u32 --- drivers/gpu/drm/drm_dumb_buffers.c | 8 +--- dri