Home
last modified time | relevance | path

Searched hist:"2 a1a310c0cfeabbbf4a9109ce9563e1059731413" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/tegra/
H A Dsubmit.cdiff 2a1a310c0cfeabbbf4a9109ce9563e1059731413 Mon Sep 26 04:29:59 CEST 2022 ruanjinjie <ruanjinjie@huawei.com> drm/tegra: Make gather_bo_ops static

The symbol is not used outside of the file, so mark it static.

Fixes the following warning:

./drivers/gpu/drm/tegra/submit.c:136:28: warning: symbol 'gather_bo_ops'
was not declared. Should it be static?

Signed-off-by: ruanjinjie <ruanjinjie@huawei.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>