mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
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:
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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user