Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
extern void __init bootmem_init(void); extern void __init bootmem_init(void);
extern void __init arm64_swiotlb_init(void);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment