[PATCH] drm/arm/mali: make malidp_mw_connector_helper_funcs static

2019-12-18 Thread Ben Dooks (Codethink)
The malidp_mw_connector_helper_funcs is not referenced by name outside of the file it is in, so make it static to avoid the following warning: drivers/gpu/drm/arm/malidp_mw.c:59:41: warning: symbol 'malidp_mw_connector_helper_funcs' was not declared. Should it be static? Signed-off-by: Ben

Re: [PATCH] drm/arm/mali: make malidp_mw_connector_helper_funcs static

2019-12-17 Thread Liviu Dudau
On Tue, Dec 17, 2019 at 11:53:09AM +, Ben Dooks (Codethink) wrote: > The malidp_mw_connector_helper_funcs is not referenced by name > outside of the file it is in, so make it static to avoid the > following warning: > > drivers/gpu/drm/arm/malidp_mw.c:59:41: warning: symbol >