Skip to content

Commit

Permalink
drm/msm/a6xx: Remove an unused struct member
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jordan Crouse authored and Rob Clark committed Apr 19, 2019
1 parent 41570b7 commit fb076b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/msm/adreno/a6xx_gmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ struct a6xx_gmu {

struct a6xx_hfi_queue queues[2];

struct tasklet_struct hfi_tasklet;
bool hung;
};

Expand Down

0 comments on commit fb076b1

Please sign in to comment.