summaryrefslogtreecommitdiff
path: root/arch/mips/loongson64/dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/loongson64/dma.c')
-rw-r--r--arch/mips/loongson64/dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/loongson64/dma.c b/arch/mips/loongson64/dma.c
index b3dc5d0bd2b1..364f2f27c872 100644
--- a/arch/mips/loongson64/dma.c
+++ b/arch/mips/loongson64/dma.c
@@ -4,7 +4,7 @@
#include <linux/swiotlb.h>
#include <boot_param.h>
-dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr)
+dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr)
{
/* We extract 2bit node id (bit 44~47, only bit 44~45 used now) from
* Loongson-3's 48bit address space and embed it into 40bit */