mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue