diff options
| author | 2016-03-19 16:12:12 +0100 | |
|---|---|---|
| committer | 2016-05-02 13:08:55 -0400 | |
| commit | 16fae6502d797a95cd40a21664b5715ecacef599 (patch) | |
| tree | e6fd79a6402649e5b7d1f379743664a407fbf5a8 | |
| parent | drm/amdgpu: delete unused struct member suspend from amdgpu_device (diff) | |
| download | linux-dev-16fae6502d797a95cd40a21664b5715ecacef599.tar.xz linux-dev-16fae6502d797a95cd40a21664b5715ecacef599.zip | |
drm/radeon: delete unused struct member suspend from radeon_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/radeon/radeon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index 8e403be2f2cf..4192f60df98a 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h @@ -2396,7 +2396,6 @@ struct radeon_device { struct radeon_wb wb; struct radeon_dummy_page dummy_page; bool shutdown; - bool suspend; bool need_dma32; bool accel_working; bool fastfb_working; /* IGP feature*/ |
