From 12fb919ecb3f24809e788eb09d7e7f490b893b0e Mon Sep 17 00:00:00 2001 From: Ding Tianhong Date: Fri, 5 Dec 2014 08:39:46 +0000 Subject: [PATCH] arm64: remove the unnecessary arm64_swiotlb_init() The commit f47c1a784d062a4ce833a6b6a5e24a8ff4ab0bf0 (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: Ding Tianhong Signed-off-by: Will Deacon --- arch/arm64/mm/mm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/mm/mm.h b/arch/arm64/mm/mm.h index d519f4f50c8c6..50c3351df9c7e 100644 --- a/arch/arm64/mm/mm.h +++ b/arch/arm64/mm/mm.h @@ -1,2 +1 @@ extern void __init bootmem_init(void); -extern void __init arm64_swiotlb_init(void); -- 2.39.5