mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
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>
This commit is contained in:
parent
8e62e0e7f7
commit
21810ee8f4
1 changed files with 1 additions and 1 deletions
|
@ -573,7 +573,7 @@ static int dlfb_render_hline(struct dlfb_data *dev, struct urb **urb_ptr,
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int dlfb_handle_damage(struct dlfb_data *dev, int x, int y,
|
static int dlfb_handle_damage(struct dlfb_data *dev, int x, int y,
|
||||||
int width, int height, char *data)
|
int width, int height, char *data)
|
||||||
{
|
{
|
||||||
int i, ret;
|
int i, ret;
|
||||||
|
|
Loading…
Add table
Reference in a new issue