diff options
| author | YueHaibing <[email protected]> | 2018-10-05 11:36:58 +0000 |
|---|---|---|
| committer | Thomas Hellstrom <[email protected]> | 2018-12-05 09:09:27 +0000 |
| commit | e5bd6a3dddda58b0b5a246b35faadd844b0ff574 (patch) | |
| tree | a5f621d64eb4aebf8429ae520e54cceb1a354723 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | |
| parent | drm/vmwgfx: remove redundant return ret statement (diff) | |
| download | kernel-e5bd6a3dddda58b0b5a246b35faadd844b0ff574.tar.gz kernel-e5bd6a3dddda58b0b5a246b35faadd844b0ff574.zip | |
drm/vmwgfx: Remove set but not used variable 'file_priv'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c: In function 'vmw_event_fence_action_seq_passed':
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:909:19: warning:
variable 'file_priv' set but not used [-Wunused-but-set-variable]
struct drm_file *file_priv;
It not used any more since
commit fb740cf2492c ("drm: Create drm_send_event helpers")
Signed-off-by: YueHaibing <[email protected]>
Reviewed-by: Sinclair Yeh <[email protected]>
Signed-off-by: Thomas Hellstrom <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c')
0 files changed, 0 insertions, 0 deletions
