On Wed, Apr 01, 2026 at 03:48:46PM +0200, Boris Brezillon wrote: > This field is never used, drop it. > > v7: > - New patch > > Signed-off-by: Boris Brezillon <[email protected]>
Reviewed-by: Liviu Dudau <[email protected]> Best regards, Liviu > --- > 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 > -- ==================== | I would like to | | fix the world, | | but they're not | | giving me the | \ source code! / --------------- ¯\_(ツ)_/¯
