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>
This commit is contained in:
committed by
Lucas Stach
parent
4f8dbadef0
commit
6fbd70e170
@@ -61,7 +61,6 @@ struct etnaviv_iommu_global {
|
||||
/* P(age) T(able) A(rray) */
|
||||
u64 *pta_cpu;
|
||||
dma_addr_t pta_dma;
|
||||
struct spinlock pta_lock;
|
||||
DECLARE_BITMAP(pta_alloc, ETNAVIV_PTA_ENTRIES);
|
||||
} v2;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user