]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ast: Make ast_primary_plane_helper_atomic_update static
authorSamuel Zou <zou_wei@huawei.com>
Thu, 7 May 2020 02:40:06 +0000 (10:40 +0800)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 8 May 2020 06:48:56 +0000 (08:48 +0200)
commitefecc343c472e86c546d9d3017f7572c851f2a82
tree677189d86adea9c5b2d3de5b5b29ea75bc902ed3
parent06355f3ff334a8ef7b01d236866a42e945e740f3
drm/ast: Make ast_primary_plane_helper_atomic_update static

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 <hulkci@huawei.com>
Signed-off-by: Samuel Zou <zou_wei@huawei.com>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/1588819206-11406-1-git-send-email-zou_wei@huawei.com
drivers/gpu/drm/ast/ast_mode.c