diff options
author | Tom Rix <trix@redhat.com> | 2023-03-05 15:52:26 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-03-07 22:22:42 +0300 |
commit | b79f85b7aa5a9ff9f702f40c6a5fe4a53e965cf6 (patch) | |
tree | 4819a887767b0060fcff63e9b9f264cc43157200 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 5fd1bea5c23bb921720b6c48ceba5d6415f2ed02 (diff) | |
download | linux-b79f85b7aa5a9ff9f702f40c6a5fe4a53e965cf6.tar.xz |
drm/amd/display: change several dcn30 variables storage-class-specifier to static
smatch reports these similar problems in dcn30
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn30/dcn30_dwb.c:223:25:
warning: symbol 'dcn30_dwbc_funcs' was not declared. Should it be static?
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn30/dcn30_mmhubbub.c:214:28:
warning: symbol 'dcn30_mmhubbub_funcs' was not declared. Should it be static?
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn30/dcn30_mpc.c:1402:24:
warning: symbol 'dcn30_mpc_funcs' was not declared. Should it be static?
All of these are only used in their definition file, so they should be static
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions