]> git.baikalelectronics.ru Git - kernel.git/commit
drm/arm/mali: make malidp_mw_connector_helper_funcs static
authorBen Dooks (Codethink) <ben.dooks@codethink.co.uk>
Tue, 17 Dec 2019 11:53:09 +0000 (11:53 +0000)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Fri, 20 Dec 2019 15:23:51 +0000 (15:23 +0000)
commit4381ed9162c6a9b13da4cbba1a1339041dd488c5
treefa000bbf05120ca946e66b45b0f5017379ce3b30
parentb808d0a382ce3bd390102620a484dc46226c8665
drm/arm/mali: make malidp_mw_connector_helper_funcs static

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 Dooks (Codethink) <ben.dooks@codethink.co.uk>
Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191217115309.2133503-1-ben.dooks@codethink.co.uk
drivers/gpu/drm/arm/malidp_mw.c