Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb8a6531 authored by Ding Tianhong's avatar Ding Tianhong Committed by Will Deacon
Browse files

arm64: remove the unnecessary arm64_swiotlb_init()



The commit 3690951f
(arm64: Use swiotlb late initialisation)
switches the DMA mapping code to swiotlb_tlb_late_init_with_default_size(),
the arm64_swiotlb_init() will not used anymore, so remove this function.

Signed-off-by: default avatarDing Tianhong <dingtianhong@huawei.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 932ded4b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
extern void __init bootmem_init(void);
extern void __init arm64_swiotlb_init(void);