summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
diff options
context:
space:
mode:
authorDing Tianhong <dingtianhong@huawei.com>2014-12-05 08:39:46 +0000
committerWill Deacon <will.deacon@arm.com>2014-12-05 12:19:52 +0000
commiteb8a653137b7e74f7cdc01f814eb9d094a65aed9 (patch)
tree7945e900dad094545dcc52b244c36ff6772ca837 /arch/arm64/mm
parent932ded4b0b9bf111fbf9d176ec12152a0d29b0fd (diff)
downloadop-kernel-dev-eb8a653137b7e74f7cdc01f814eb9d094a65aed9.zip
op-kernel-dev-eb8a653137b7e74f7cdc01f814eb9d094a65aed9.tar.gz
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>
Diffstat (limited to 'arch/arm64/mm')
-rw-r--r--arch/arm64/mm/mm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/mm/mm.h b/arch/arm64/mm/mm.h
index d519f4f..50c3351 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);
OpenPOWER on IntegriCloud