Re: [PATCH -next] drm/ast: Make ast_primary_plane_helper_atomic_update static

2020-05-07 Thread Thomas Zimmermann
I'll add your patch to drm-misc-next. Thanks! Am 07.05.20 um 04:40 schrieb Samuel Zou: > Fix the following sparse warning: > > drivers/gpu/drm/ast/ast_mode.c:564:6: warning: > symbol 'ast_primary_plane_helper_atomic_update' > was not declared. Should it be static? > > Reported-by: Hulk Robot >

[PATCH -next] drm/ast: Make ast_primary_plane_helper_atomic_update static

2020-05-06 Thread Samuel Zou
Fix the following sparse warning: drivers/gpu/drm/ast/ast_mode.c:564:6: warning: symbol 'ast_primary_plane_helper_atomic_update' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: Samuel Zou --- drivers/gpu/drm/ast/ast_mode.c | 5 +++-- 1 file changed, 3 insertions(+