Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

video: udlfb: Make local symbol static

'dlfb_handle_damage' is used only in this file. Make it static.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

authored by

Sachin Kamat and committed by
Tomi Valkeinen
21810ee8 8e62e0e7

+1 -1
+1 -1
drivers/video/udlfb.c
··· 573 573 return 0; 574 574 } 575 575 576 - int dlfb_handle_damage(struct dlfb_data *dev, int x, int y, 576 + static int dlfb_handle_damage(struct dlfb_data *dev, int x, int y, 577 577 int width, int height, char *data) 578 578 { 579 579 int i, ret;