Skip to content

Commit

Permalink
drm/msm: Remove unused freed llist node
Browse files Browse the repository at this point in the history
Unused since commit c951a9b ("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>
  • Loading branch information
Rob Clark committed Apr 7, 2021
1 parent 9ecccaf commit bc90dc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/msm/msm_gem.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ struct msm_gem_object {

struct list_head vmas; /* list of msm_gem_vma */

struct llist_node freed;

/* For physically contiguous buffers. Used when we don't have
* an IOMMU. Also used for stolen/splashscreen buffer.
*/
Expand Down

0 comments on commit bc90dc3

Please sign in to comment.