[PATCH] m68k dma-mapping: gfp_t annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Al Viro and committed by Linus Torvalds 69300436 27d87183

+1 -1
+1 -1
include/asm-m68k/dma-mapping.h
··· 32 32 void *, dma_addr_t); 33 33 34 34 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, 35 - dma_addr_t *handle, int flag) 35 + dma_addr_t *handle, gfp_t flag) 36 36 { 37 37 return dma_alloc_coherent(dev, size, handle, flag); 38 38 }