mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
drm/panthor: Remove unused panthor_vm_op_ctx::map::new_vma field
This field is never used, drop it. v7: - New patch Reviewed-by: Liviu Dudau <liviu.dudau@arm.com> Link: https://patch.msgid.link/20260401134854.2275433-3-boris.brezillon@collabora.com Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
This commit is contained in:
parent
71c8224a18
commit
83d4d8eac7
|
|
@ -197,11 +197,6 @@ struct panthor_vm_op_ctx {
|
|||
* to allocate in ::run_job().
|
||||
*/
|
||||
struct sg_table *sgt;
|
||||
|
||||
/**
|
||||
* @map.new_vma: The new VMA object that will be inserted to the VA tree.
|
||||
*/
|
||||
struct panthor_vma *new_vma;
|
||||
} map;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user