diff options
| author | Tom Rix <[email protected]> | 2022-04-18 14:18:42 +0000 |
|---|---|---|
| committer | Lyude Paul <[email protected]> | 2022-04-18 18:50:00 +0000 |
| commit | f6e0a6b09edc61d567ccf6199b3bb6f3c5f9e077 (patch) | |
| tree | 671006c1a63fb2b38cf356c73a34c6fab14d4e56 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
| parent | Revert "video: fbdev: fbmem: fix pointer reference to null device field" (diff) | |
| download | kernel-f6e0a6b09edc61d567ccf6199b3bb6f3c5f9e077.tar.gz kernel-f6e0a6b09edc61d567ccf6199b3bb6f3c5f9e077.zip | |
drm/nouveau: change base917c_format from global to static
Smatch reports this issue
base917c.c:26:1: warning: symbol 'base917c_format'
was not declared. Should it be static?
base917c_format is only used in base917.c. Single
file variables should not be global so change
base917c_format'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
