summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils.wallmenius@gmail.com>2016-03-19 15:12:11 (GMT)
committerAlex Deucher <alexander.deucher@amd.com>2016-05-02 17:08:55 (GMT)
commit139768ff9266d9e58a29e9636d91cc649f6030ee (patch)
tree32ed912bc825789b8f86818e1726087fdc96a1ae
parent274ad65c9d02bdcbee9bae045517864c3521d530 (diff)
downloadlinux-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>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h1
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 62a7780..e33b185 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;