diff options
author | Tom Rix <[email protected]> | 2023-03-08 09:09:43 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-03-08 14:06:01 -0500 |
commit | 3a906a0cb150a872a23f6204449d3f8b50693837 (patch) | |
tree | b520c1c0b66ab6ac82e003cb7405486a86d7cf95 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 58265640fbd9a57bca521c3d83012fff2cd15fc6 (diff) |
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 <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions