drm/radeon: remove set but not used variable 'backbias_response_time'
authorzhengbin <zhengbin13@huawei.com>
Fri, 15 Nov 2019 12:12:56 +0000 (20:12 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Nov 2019 15:12:54 +0000 (10:12 -0500)
commitac52caecbcf2c30ce95b2536c1caf2643c49b91c
treeb73c3b5011280e034073b3930a43287d4715c792
parente9f782dd22c0e17874b8b8e12aafcd3a06810dd0
drm/radeon: remove set but not used variable 'backbias_response_time'

Fixes gcc '-Wunused-but-set-variable' warning:

drivers/gpu/drm/radeon/si_dpm.c: In function si_program_response_times:
drivers/gpu/drm/radeon/si_dpm.c:3640:29: warning: variable backbias_response_time set but not used [-Wunused-but-set-variable]

It is introduced by commit a9e61410921b ("drm/radeon/kms:
add dpm support for SI (v7)"), but never used, so remove it.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/si_dpm.c