This field is never used, drop it. v7: - New patch
Signed-off-by: Boris Brezillon <[email protected]> --- drivers/gpu/drm/panthor/panthor_mmu.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/gpu/drm/panthor/panthor_mmu.c b/drivers/gpu/drm/panthor/panthor_mmu.c index f8c41e36afa4..ab67286e3a6e 100644 --- a/drivers/gpu/drm/panthor/panthor_mmu.c +++ b/drivers/gpu/drm/panthor/panthor_mmu.c @@ -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; }; -- 2.53.0
