diff options
author | Nils Wallménius <nils.wallmenius@gmail.com> | 2016-03-19 11:12:11 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-05-02 13:08:55 -0400 |
commit | 139768ff9266d9e58a29e9636d91cc649f6030ee (patch) | |
tree | 32ed912bc825789b8f86818e1726087fdc96a1ae /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 274ad65c9d02bdcbee9bae045517864c3521d530 (diff) |
drm/amdgpu: delete unused struct member suspend from amdgpu_device
Signed-off-by: Nils Wallménius <nils.wallmenius@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 62a778012fe0..e33b18587769 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -1903,7 +1903,6 @@ struct amdgpu_device { | |||
1903 | int usec_timeout; | 1903 | int usec_timeout; |
1904 | const struct amdgpu_asic_funcs *asic_funcs; | 1904 | const struct amdgpu_asic_funcs *asic_funcs; |
1905 | bool shutdown; | 1905 | bool shutdown; |
1906 | bool suspend; | ||
1907 | bool need_dma32; | 1906 | bool need_dma32; |
1908 | bool accel_working; | 1907 | bool accel_working; |
1909 | struct work_struct reset_work; | 1908 | struct work_struct reset_work; |