diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2005-10-21 03:21:38 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-28 11:16:48 -0400 |
| commit | 6dae2c2306684d9e76a04c22dc090380a9009f12 (patch) | |
| tree | f15fae33cf83d5e3eb57a3399cd61da59adb1ba5 /arch/sh/cchips | |
| parent | e82dd4d6472304495afa271b2f63b572868b23d9 (diff) | |
[PATCH] gfp_t: dma-mapping (sh)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/sh/cchips')
| -rw-r--r-- | arch/sh/cchips/voyagergx/consistent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/cchips/voyagergx/consistent.c b/arch/sh/cchips/voyagergx/consistent.c index 5b92585a38d2..3d9a02c093a3 100644 --- a/arch/sh/cchips/voyagergx/consistent.c +++ b/arch/sh/cchips/voyagergx/consistent.c | |||
| @@ -31,7 +31,7 @@ static LIST_HEAD(voya_alloc_list); | |||
| 31 | #define OHCI_SRAM_SIZE 0x10000 | 31 | #define OHCI_SRAM_SIZE 0x10000 |
| 32 | 32 | ||
| 33 | void *voyagergx_consistent_alloc(struct device *dev, size_t size, | 33 | void *voyagergx_consistent_alloc(struct device *dev, size_t size, |
| 34 | dma_addr_t *handle, int flag) | 34 | dma_addr_t *handle, gfp_t flag) |
| 35 | { | 35 | { |
| 36 | struct list_head *list = &voya_alloc_list; | 36 | struct list_head *list = &voya_alloc_list; |
| 37 | struct voya_alloc_entry *entry; | 37 | struct voya_alloc_entry *entry; |
