]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/amdgpu: delete unused struct member suspend from amdgpu_device
authorNils Wallménius <nils.wallmenius@gmail.com>
Sat, 19 Mar 2016 15:12:11 +0000 (16:12 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 May 2016 17:08:55 +0000 (13:08 -0400)
Signed-off-by: Nils Wallménius <nils.wallmenius@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h

index 62a778012fe06cc572964b463f873c987ca34755..e33b1858776968d1a43bd2ab816332d030a98a91 100644 (file)
@@ -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;