Просмотр исходного кода

arm64: remove the unnecessary arm64_swiotlb_init()

The commit 3690951fc6d42f3a0903987677d0e592c49dd8db
(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 <dingtianhong@huawei.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Ding Tianhong 11 лет назад
Родитель
Сommit
eb8a653137
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      arch/arm64/mm/mm.h

+ 0 - 1
arch/arm64/mm/mm.h

@@ -1,2 +1 @@
 extern void __init bootmem_init(void);
-extern void __init arm64_swiotlb_init(void);