OSDN Git Service

drm/nouveau/disp: make gv100_disp_core_mthd_base static
authorruanjinjie <ruanjinjie@huawei.com>
Sat, 24 Sep 2022 07:39:57 +0000 (15:39 +0800)
committerKarol Herbst <kherbst@redhat.com>
Tue, 11 Apr 2023 15:03:03 +0000 (17:03 +0200)
commitb8aa52913b84f8b59816b95c28d03424a100df7f
treeabb164beea4219ea2991b1601c3346d32342acb2
parentac9aa21bdf40828583f73ae755dcee6bb1e9b3cb
drm/nouveau/disp: make gv100_disp_core_mthd_base static

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

Fixes the following warning:

./drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c:591:1: warning:
symbol 'gv100_disp_core_mthd_base' was not declared. Should it be static?

Signed-off-by: ruanjinjie <ruanjinjie@huawei.com>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220924073957.4140388-1-ruanjinjie@huawei.com
drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c