diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2005-10-21 07:21:18 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-28 15:16:48 (GMT) |
commit | a5da7d3c6e8fcd7aaab6c4e1e9101ba333248ffb (patch) | |
tree | ce17675418c32fbf62073a3c809390e9518d3555 /include/asm-frv/dma-mapping.h | |
parent | 43b7eae1f5c5424a49ea4a65e9b0e9d5d2fd9446 (diff) | |
download | linux-a5da7d3c6e8fcd7aaab6c4e1e9101ba333248ffb.tar.xz |
[PATCH] gfp_t: dma-mapping (frv)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-frv/dma-mapping.h')
-rw-r--r-- | include/asm-frv/dma-mapping.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-frv/dma-mapping.h b/include/asm-frv/dma-mapping.h index 0206ab3..5003e01 100644 --- a/include/asm-frv/dma-mapping.h +++ b/include/asm-frv/dma-mapping.h @@ -13,7 +13,7 @@ extern unsigned long __nongprelbss dma_coherent_mem_start; extern unsigned long __nongprelbss dma_coherent_mem_end; -void *dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, int gfp); +void *dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t gfp); void dma_free_coherent(struct device *dev, size_t size, void *vaddr, dma_addr_t dma_handle); /* |