drm/udl: Make udl_handle_damage static
authorZou Wei <zou_wei@huawei.com>
Thu, 30 Apr 2020 12:13:17 +0000 (20:13 +0800)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 6 May 2020 19:08:37 +0000 (21:08 +0200)
commitb173bfe2d744e74610c87d4f6ebade7b6ebd9845
tree77a12f7cc4fe75c2f87330450f314edaa2da8e8c
parentbec1277a7ebdc2139a24177db825eed21fd63ee9
drm/udl: Make udl_handle_damage static

Fix the following sparse warning:

drivers/gpu/drm/udl/udl_modeset.c:269:5: warning: symbol 'udl_handle_damage'
was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zou Wei <zou_wei@huawei.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1588248797-70568-1-git-send-email-zou_wei@huawei.com
drivers/gpu/drm/udl/udl_modeset.c