summaryrefslogtreecommitdiff
path: root/arch/mips/sibyte/common/dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/sibyte/common/dma.c')
-rw-r--r--arch/mips/sibyte/common/dma.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/mips/sibyte/common/dma.c b/arch/mips/sibyte/common/dma.c
deleted file mode 100644
index eb47a94f3583..000000000000
--- a/arch/mips/sibyte/common/dma.c
+++ /dev/null
@@ -1,14 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0+
-/*
- * DMA support for Broadcom SiByte platforms.
- *
- * Copyright (c) 2018 Maciej W. Rozycki
- */
-
-#include <linux/swiotlb.h>
-#include <asm/bootinfo.h>
-
-void __init plat_swiotlb_setup(void)
-{
- swiotlb_init(1);
-}