diff options
| author | Maíra Canal <[email protected]> | 2022-07-14 13:45:00 -0300 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-07-25 09:31:02 -0400 |
| commit | 4f5a17b221cc48d66cce13fe1531ca8fc99078b9 (patch) | |
| tree | 4c25fec7ac9f9c59410503b3d60ad56a07f5a633 /tools/perf/scripts/python | |
| parent | d3e19f76121178420c3efc9688adfd5a448996e0 (diff) | |
drm/amd/display: Remove unused NumberOfStates variable
Remove the unused unsigned int NumberOfStates from the file, which was
declared but never hooked up.
This was pointed by clang with the following warning:
drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn32/display_mode_vba_32.c:33:27:
warning: unused variable 'NumberOfStates' [-Wunused-const-variable]
static const unsigned int NumberOfStates = DC__VOLTAGE_STATES;
^
1 warning generated.
Reviewed-by: André Almeida <[email protected]>
Signed-off-by: Maíra Canal <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions