[PATCHv2 02/14] X86 & IA64: adapt for dma_map_ops changes
Thomas Gleixner
tglx at linutronix.de
Fri Mar 30 00:51:36 EST 2012
On Tue, 27 Mar 2012, Marek Szyprowski wrote:
> From: Andrzej Pietrasiewicz <andrzej.p at samsung.com>
> -static inline void *dma_alloc_coherent(struct device *dev, size_t size,
> - dma_addr_t *daddr, gfp_t gfp)
> +#define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL)
Please make this an inline function.
>
> +#define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL)
Inline please.
> -static inline void dma_free_coherent(struct device *dev, size_t size,
> - void *vaddr, dma_addr_t bus)
> +#define dma_free_coherent(d,s,c,h) dma_free_attrs(d,s,c,h,NULL)
Ditto
Reviewed-by: Thomas Gleixner <tglx at linutronix.de>
Thanks,
tglx
More information about the Linuxppc-dev
mailing list