diff options
author | Christoph Hellwig <hch@lst.de> | 2020-08-17 19:31:25 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2020-09-11 08:13:49 +0200 |
commit | a4877c44a48e25f98f767a0fd54acacac55d1aac (patch) | |
tree | 7ea5a97b814582b600e35eb9021886f628cbdbce /arch/mips/include | |
parent | cbf1449ba5aec9cf4c68b69f899391a8d42e9b8f (diff) |
MIPS/jazzdma: remove the unused vdma_remap function
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/jazzdma.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/jazzdma.h b/arch/mips/include/asm/jazzdma.h index d13f940022d5..c831da7fa898 100644 --- a/arch/mips/include/asm/jazzdma.h +++ b/arch/mips/include/asm/jazzdma.h @@ -10,8 +10,6 @@ */ extern unsigned long vdma_alloc(unsigned long paddr, unsigned long size); extern int vdma_free(unsigned long laddr); -extern int vdma_remap(unsigned long laddr, unsigned long paddr, - unsigned long size); extern unsigned long vdma_phys2log(unsigned long paddr); extern unsigned long vdma_log2phys(unsigned long laddr); extern void vdma_stats(void); /* for debugging only */ |