Re: [PATCH] drm: Remove drmm_add_final_kfree() declaration from public headers

2020-12-05 Thread Sam Ravnborg
Hi Laurent, On Fri, Dec 04, 2020 at 11:29:32AM +0200, Laurent Pinchart wrote: > The drmm_add_final_kfree() function is declared in the > include/drm/drm_managed.h public header, but has become an internal API > not exposed to drivers. Drop it from drm_managed.h as it's already > declared in drm_in

Re: [PATCH] drm: Remove drmm_add_final_kfree() declaration from public headers

2020-12-04 Thread Thomas Zimmermann
Am 04.12.20 um 10:29 schrieb Laurent Pinchart: The drmm_add_final_kfree() function is declared in the include/drm/drm_managed.h public header, but has become an internal API not exposed to drivers. Drop it from drm_managed.h as it's already declared in drm_internal.h. Signed-off-by: Laurent Pi

[PATCH] drm: Remove drmm_add_final_kfree() declaration from public headers

2020-12-04 Thread Laurent Pinchart
The drmm_add_final_kfree() function is declared in the include/drm/drm_managed.h public header, but has become an internal API not exposed to drivers. Drop it from drm_managed.h as it's already declared in drm_internal.h. Signed-off-by: Laurent Pinchart --- include/drm/drm_managed.h | 2 -- 1 fi