arm64: Provide default implementation for dma_{alloc,free}_attrs
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>
Tue, 30 Apr 2013 03:02:13 +0000 (04:02 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 7 Jun 2013 16:57:23 +0000 (17:57 +0100)
Most architectures that define CONFIG_HAS_DMA, have implementations for
both dma_alloc_attrs() and dma_free_attrs().  All achitectures that do
not define CONFIG_HAS_DMA also have both of these definitions provided
by dma-mapping-broken.h.

Add default implementations for these functions on arm64.

Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

No differences found