drm/msm/a6xx: Remove an unused struct member
authorJordan Crouse <jcrouse@codeaurora.org>
Mon, 4 Feb 2019 16:15:44 +0000 (09:15 -0700)
committerRob Clark <robdclark@chromium.org>
Fri, 19 Apr 2019 18:50:06 +0000 (11:50 -0700)
The HFI tasklet was removed in df0dff1 ("drm/msm/a6xx: Poll for HFI
responses") but the tasklet_struct was accidentally left behind.

Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/adreno/a6xx_gmu.h

index c5b1887..bedd8e6 100644 (file)
@@ -75,7 +75,6 @@ struct a6xx_gmu {
 
        struct a6xx_hfi_queue queues[2];
 
-       struct tasklet_struct hfi_tasklet;
        bool hung;
 };