diff options
author | Tom Rix <[email protected]> | 2022-04-18 11:28:10 -0400 |
---|---|---|
committer | Lyude Paul <[email protected]> | 2022-04-18 14:54:13 -0400 |
commit | c6ed9f66eb70aeaac9998bd3552ada740d90e20c (patch) | |
tree | b40325750573a58e78f938c37812f104bf54bbc5 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | f6e0a6b09edc61d567ccf6199b3bb6f3c5f9e077 (diff) |
drm/nouveau/gr/gf100-: change gf108_gr_fwif from global to static
Smatch reports this issue
gf108.c:147:1: warning: symbol 'gf108_gr_fwif'
was not declared. Should it be static?
gf108_gr_fwif is only used in gf108.c. Single
file variables should not be global so change
gf108_gr_fwif's storage-class specifier to static.
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 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions