diff options
author | Tom Rix <trix@redhat.com> | 2023-03-08 17:09:43 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-03-08 22:06:01 +0300 |
commit | 3a906a0cb150a872a23f6204449d3f8b50693837 (patch) | |
tree | b520c1c0b66ab6ac82e003cb7405486a86d7cf95 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 58265640fbd9a57bca521c3d83012fff2cd15fc6 (diff) | |
download | linux-3a906a0cb150a872a23f6204449d3f8b50693837.tar.xz |
drm/amd/display: remove unused variable res_pool
With gcc and W=1, there is this error
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_mst_types.c:1214:31:
error: variable ‘res_pool’ set but not used [-Werror=unused-but-set-variable]
1214 | struct resource_pool *res_pool;
| ^~~~~~~~
Since res_pool is unused, remove it.
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