drm/msm/a6xx: Remove an unused struct member
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>
This commit is contained in:
parent
41570b747c
commit
fb076b15d5
|
@ -75,7 +75,6 @@ struct a6xx_gmu {
|
|||
|
||||
struct a6xx_hfi_queue queues[2];
|
||||
|
||||
struct tasklet_struct hfi_tasklet;
|
||||
bool hung;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue