[PATCH] MIPS: Octeon: Remove plat_map_dma_mem_page().

From: David Daney
Date: Thu Sep 23 2010 - 21:06:55 EST


It is now unused.

Signed-off-by: David Daney <ddaney@xxxxxxxxxxxxxxxxxx>
---

This is a small addition to the rest of the patch set. It could be
rolled into [PATCH 9/9] MIPS: Octeon: Rewrite DMA mapping functions.

.../include/asm/mach-cavium-octeon/dma-coherence.h | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/arch/mips/include/asm/mach-cavium-octeon/dma-coherence.h b/arch/mips/include/asm/mach-cavium-octeon/dma-coherence.h
index a0058fb..cedf254 100644
--- a/arch/mips/include/asm/mach-cavium-octeon/dma-coherence.h
+++ b/arch/mips/include/asm/mach-cavium-octeon/dma-coherence.h
@@ -23,12 +23,6 @@ static inline dma_addr_t plat_map_dma_mem(struct device *dev, void *addr,
BUG();
}

-static inline dma_addr_t plat_map_dma_mem_page(struct device *dev,
- struct page *page)
-{
- BUG();
-}
-
static inline unsigned long plat_dma_addr_to_phys(struct device *dev,
dma_addr_t dma_addr)
{
--
1.7.2.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/