Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/etnaviv: Drop the 'struct etnaviv_iommu_global::pta_lock' data member

Because it is not get used, drop it.

Signed-off-by: Sui Jingfeng <sui.jingfeng@linux.dev>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>

authored by

Sui Jingfeng and committed by
Lucas Stach
6fbd70e1 4f8dbade

-1
-1
drivers/gpu/drm/etnaviv/etnaviv_mmu.h
··· 61 61 /* P(age) T(able) A(rray) */ 62 62 u64 *pta_cpu; 63 63 dma_addr_t pta_dma; 64 - struct spinlock pta_lock; 65 64 DECLARE_BITMAP(pta_alloc, ETNAVIV_PTA_ENTRIES); 66 65 } v2; 67 66 };