mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue