Commit 139768ff authored by Nils Wallménius's avatar Nils Wallménius Committed by Alex Deucher

drm/amdgpu: delete unused struct member suspend from amdgpu_device

Signed-off-by: default avatarNils Wallménius <nils.wallmenius@gmail.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 274ad65c
...@@ -1903,7 +1903,6 @@ struct amdgpu_device { ...@@ -1903,7 +1903,6 @@ struct amdgpu_device {
int usec_timeout; int usec_timeout;
const struct amdgpu_asic_funcs *asic_funcs; const struct amdgpu_asic_funcs *asic_funcs;
bool shutdown; bool shutdown;
bool suspend;
bool need_dma32; bool need_dma32;
bool accel_working; bool accel_working;
struct work_struct reset_work; struct work_struct reset_work;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment