diff options
author | Tom Rix <[email protected]> | 2022-04-25 09:13:08 -0400 |
---|---|---|
committer | Lyude Paul <[email protected]> | 2022-04-26 13:48:16 -0400 |
commit | 7f7166d0a84d20a4a36539658d6d8a591e8cb223 (patch) | |
tree | 348af46d6594f3855f925de573c7552f2371858e /net/lapb/lapb_subr.c | |
parent | 6a658c908cf0e2ee713f8c9e7844a95b824da0fc (diff) |
drm/nouveau/disp/gv100: make gv100_disp_wndw and gv100_disp_wndw_mthd static
Sparse reports these issues
wndwgv100.c:120:1: warning: symbol 'gv100_disp_wndw_mthd' was not declared. Should it be static?
wndwgv100.c:140:1: warning: symbol 'gv100_disp_wndw' was not declared. Should it be static?
These variable are only used in wndwgv100.c. Single file variables should be static.
So use static as their storage-class specifiers.
Signed-off-by: Tom Rix <[email protected]>
Reviewed-by: Lyude Paul <[email protected]>
Signed-off-by: Lyude Paul <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions