diff options
author | Nils Wallménius <nils.wallmenius@gmail.com> | 2016-03-19 18:12:11 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-05-02 20:08:55 +0300 |
commit | 139768ff9266d9e58a29e9636d91cc649f6030ee (patch) | |
tree | 32ed912bc825789b8f86818e1726087fdc96a1ae /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 274ad65c9d02bdcbee9bae045517864c3521d530 (diff) | |
download | linux-139768ff9266d9e58a29e9636d91cc649f6030ee.tar.xz |
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 { int usec_timeout; const struct amdgpu_asic_funcs *asic_funcs; bool shutdown; - bool suspend; bool need_dma32; bool accel_working; struct work_struct reset_work; |