summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/dma-direct.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/dma-direct.h')
-rw-r--r--arch/mips/include/asm/dma-direct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/dma-direct.h b/arch/mips/include/asm/dma-direct.h
index 14e352651ce9..8e178651c638 100644
--- a/arch/mips/include/asm/dma-direct.h
+++ b/arch/mips/include/asm/dma-direct.h
@@ -3,6 +3,6 @@
#define _MIPS_DMA_DIRECT_H 1
dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr);
-phys_addr_t __dma_to_phys(struct device *dev, dma_addr_t daddr);
+phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr);
#endif /* _MIPS_DMA_DIRECT_H */