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

2017-09-15 Thread Noralf Trønnes
Den 15.09.2017 04.27, skrev Laurent Pinchart: The drm_gem_dumb_destroy() isn't used in drivers, don't export it. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/drm_dumb_buffers.c | 7 --- drivers/gpu/drm/drm_gem.c | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) d

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

2017-09-14 Thread Laurent Pinchart
The drm_gem_dumb_destroy() isn't used in drivers, don't export it. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/drm_dumb_buffers.c | 7 --- drivers/gpu/drm/drm_gem.c | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/drm_dumb_buffers.c b/dr