drm/tegra: Make gather_bo_ops static
authorruanjinjie <ruanjinjie@huawei.com>
Mon, 26 Sep 2022 02:29:59 +0000 (10:29 +0800)
committerThierry Reding <treding@nvidia.com>
Fri, 25 Nov 2022 15:14:59 +0000 (16:14 +0100)
commit2a1a310c0cfeabbbf4a9109ce9563e1059731413
treee268fb411f7c89c0dc8b7fdf57e90691f9386aa6
parenta624bd9cbdcfdc4e0cf68bb0061af6de366ebd7d
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>
drivers/gpu/drm/tegra/submit.c