Commit b173bfe2 authored by Zou Wei's avatar Zou Wei Committed by Sam Ravnborg
Browse files

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: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarZou Wei <zou_wei@huawei.com>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1588248797-70568-1-git-send-email-zou_wei@huawei.com
parent bec1277a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -266,7 +266,7 @@ static int udl_aligned_damage_clip(struct drm_rect *clip, int x, int y,
	return 0;
}

int udl_handle_damage(struct drm_framebuffer *fb, int x, int y,
static int udl_handle_damage(struct drm_framebuffer *fb, int x, int y,
			     int width, int height)
{
	struct drm_device *dev = fb->dev;