diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2018-11-08 11:53:43 +0000 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-11-08 16:04:28 -0500 |
commit | 584738b7e359e856199ef7093bc1b28dabada054 (patch) | |
tree | 6f3f5d33215527f853349f55986df4936b1d7821 /drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | |
parent | d2cfabbdafe09aa0b751302df9277663ff5a0270 (diff) |
drm/radeon: remove set but not used variable 'rdev'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/gpu/drm/radeon/radeon_object.c: In function 'radeon_bo_unref':
drivers/gpu/drm/radeon/radeon_object.c:317:24: warning:
variable 'rdev' set but not used [-Wunused-but-set-variable]
It not used any more after commit
e7e31600d3e2 ("drm/radeon: remove taking mclk_lock from radeon_bo_unref")
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c')
0 files changed, 0 insertions, 0 deletions