Re: [PATCH 4/9] drm: remove deprecated "drm_dev_unref" function

2018-11-24 Thread Linus Walleij
On Thu, Nov 15, 2018 at 11:17 PM Fernando Ramos wrote: > There are no more places where this (deprecated) function is being used > from, thus it can now be removed. > > Signed-off-by: Fernando Ramos Patch applied. Yours, Linus Walleij ___ dri-devel m

[PATCH 4/9] drm: remove deprecated "drm_dev_unref" function

2018-11-15 Thread Fernando Ramos
There are no more places where this (deprecated) function is being used from, thus it can now be removed. Signed-off-by: Fernando Ramos --- drivers/gpu/drm/drm_drv.c | 13 - include/drm/drm_drv.h | 1 - 2 files changed, 14 deletions(-) diff --git a/drivers/gpu/drm/drm_drv.c b/d