drm/msm: Remove unused freed llist node
Unused since commit c951a9b284
("drm/msm: Remove msm_gem_free_work")
Signed-off-by: Rob Clark <robdclark@chromium.org>
Tested-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20210401012722.527712-2-robdclark@gmail.com
Signed-off-by: Rob Clark <robdclark@chromium.org>
This commit is contained in:
parent
9ecccaf977
commit
bc90dc33c4
@ -78,8 +78,6 @@ struct msm_gem_object {
|
|||||||
|
|
||||||
struct list_head vmas; /* list of msm_gem_vma */
|
struct list_head vmas; /* list of msm_gem_vma */
|
||||||
|
|
||||||
struct llist_node freed;
|
|
||||||
|
|
||||||
/* For physically contiguous buffers. Used when we don't have
|
/* For physically contiguous buffers. Used when we don't have
|
||||||
* an IOMMU. Also used for stolen/splashscreen buffer.
|
* an IOMMU. Also used for stolen/splashscreen buffer.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user