Re: [PATCH] drm/omap: remove now unused functions

2018-06-22 Thread kbuild test robot
Hi Christian, I love your patch! Yet something to improve: [auto build test ERROR on drm/drm-next] [also build test ERROR on v4.18-rc1 next-20180622] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/comm

Re: [PATCH] drm/omap: remove now unused functions

2018-06-22 Thread Alex Deucher
On Fri, Jun 22, 2018 at 6:37 AM, Christian König wrote: > Some functions are unused after removal of the kmap_atomic > DMA-buf interface. > > Signed-off-by: Christian König > Fixes: f664a5269542 ("dma-buf: remove kmap_atomic interface") Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/omapdr

[PATCH] drm/omap: remove now unused functions

2018-06-22 Thread Christian König
Some functions are unused after removal of the kmap_atomic DMA-buf interface. Signed-off-by: Christian König Fixes: f664a5269542 ("dma-buf: remove kmap_atomic interface") --- drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c | 17 - 1 file changed, 17 deletions(-) diff --git a/drivers/g