diff options
author | YueHaibing <[email protected]> | 2018-11-08 02:15:00 +0000 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2018-11-09 16:29:31 -0500 |
commit | c10caceddca2236ada8359603767ba629e6f19ba (patch) | |
tree | 4246864d9b1fc0fc0b85d0c796ab96ff08d69bd6 /scripts/gdb/linux | |
parent | 106c7d6148e5aadd394e6701f7e498df49b869d1 (diff) |
drm/ttm: remove set but not used variable 'driver'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/gpu/drm/ttm/ttm_execbuf_util.c: In function 'ttm_eu_fence_buffer_objects':
drivers/gpu/drm/ttm/ttm_execbuf_util.c:190:24: warning:
variable 'driver' set but not used [-Wunused-but-set-variable]
It not used any more after
commit f2c24b83ae90 ("drm/ttm: flip the switch, and convert to dma_fence")
Signed-off-by: YueHaibing <[email protected]>
Reviewed-by: Christian König <[email protected]>
Reviewed-by: Junwei Zhang <[email protected]>
Acked-by: Huang Rui <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions