Re: [PATCH -mm] frv: remove the obsolete and unnecessary DMA API comments

From: David Howells
Date: Fri Feb 19 2010 - 03:53:11 EST


FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx> wrote:

> +/*
> + * See Documentation/DMA-API.txt for the description of how the
> + * following DMA API should work.
> + */
> +
> #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
> #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h)

Yep, that'd do. And for MN10300.

David
--
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/