Greg Ungerer a91ed072d6 ARM: 5988/1: pgprot_dmacoherent() for non-mmu builds
Commit 26a26d329688ab018e068b412b03d43d7c299f0a ("dma-mapping: switch
ARMv7 DMA mappings to retain 'memory' attribute") added a new macro,
pgprot_dmacoherent(), to correctly map DMA memory. The non-mmu pgtable
support code also needs to implement this macro, otherwise when
compiling you get:

  CC      arch/arm/mm/dma-mapping.o
arch/arm/mm/dma-mapping.c: In function 'dma_alloc_coherent':
arch/arm/mm/dma-mapping.c:320: error: implicit declaration of function 'pgprot_dmacoherent'
arch/arm/mm/dma-mapping.c:320: error: 'pgprot_kernel' undeclared (first use in this function)
arch/arm/mm/dma-mapping.c:320: error: (Each undeclared identifier is reported only once
arch/arm/mm/dma-mapping.c:320: error: for each function it appears in.)

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2010-03-13 10:48:22 +00:00
..
2010-02-15 21:39:12 +00:00
2009-02-01 11:01:22 +05:30
2009-10-11 16:25:06 +01:00
2009-03-15 21:01:20 -04:00
2009-05-29 08:40:02 -07:00
2010-02-15 21:39:11 +00:00
2009-08-17 20:02:06 +01:00
2009-12-18 16:07:53 +00:00
2010-03-12 15:52:38 -08:00
2009-12-14 14:54:28 +00:00
2008-09-04 09:46:11 +01:00
2008-11-27 12:37:59 +00:00
2010-02-15 21:39:14 +00:00
2010-03-12 15:52:32 -08:00
2008-09-06 12:10:45 +01:00