V4L/DVB (3300): Add standard for South Korean NTSC-M using A2 audio.
[pandora-kernel.git] / include / asm-sh64 / dma-mapping.h
index b8d26fe..cc9a2e8 100644 (file)
@@ -25,7 +25,7 @@ static inline int dma_set_mask(struct device *dev, u64 mask)
 }
 
 static inline void *dma_alloc_coherent(struct device *dev, size_t size,
-                        dma_addr_t *dma_handle, int flag)
+                        dma_addr_t *dma_handle, gfp_t flag)
 {
        return consistent_alloc(NULL, size, dma_handle);
 }