diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-10-21 10:05:59 +0000 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-11-05 14:21:17 -0500 |
commit | 50aa56370c9b7652d8e6c845df126211824dd30b (patch) | |
tree | a451620f18120342cab3cb543f48c05a237cf7c6 /Documentation/connector/connector.txt | |
parent | 5dcb668d9a078bf926ea629db41643dd95d2d31b (diff) |
drm/radeon/kms: remove set but not used variable 'pll'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/gpu/drm/radeon/radeon_legacy_tv.c: In function 'radeon_legacy_tv_init_restarts':
drivers/gpu/drm/radeon/radeon_legacy_tv.c:435:21: warning:
variable 'pll' set but not used [-Wunused-but-set-variable]
struct radeon_pll *pll;
It never used since introduction in commit
4ce001abafaf ("drm/radeon/kms: add initial radeon tv-out support.")
Also remove related variables 'dev, rdev, radeon_crtc'
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'Documentation/connector/connector.txt')
0 files changed, 0 insertions, 0 deletions