Skip to content
Snippets Groups Projects
Commit fb076b15 authored by Jordan Crouse's avatar Jordan Crouse Committed by Rob Clark
Browse files

drm/msm/a6xx: Remove an unused struct member


The HFI tasklet was removed in df0dff13 ("drm/msm/a6xx: Poll for HFI
responses") but the tasklet_struct was accidentally left behind.

Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
parent 41570b74
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,6 @@ struct a6xx_gmu { ...@@ -75,7 +75,6 @@ struct a6xx_gmu {
struct a6xx_hfi_queue queues[2]; struct a6xx_hfi_queue queues[2];
struct tasklet_struct hfi_tasklet;
bool hung; bool hung;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment