Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10146
b: refs/heads/master
c: 43b7eae
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 28, 2005
1 parent 946231b commit 1806713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 55c5d74b3ac3a6b8bdde4e5fab4015eccd557d52
refs/heads/master: 43b7eae1f5c5424a49ea4a65e9b0e9d5d2fd9446
4 changes: 2 additions & 2 deletions trunk/include/asm-cris/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

#ifdef CONFIG_PCI
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);

void dma_free_coherent(struct device *dev, size_t size,
void *vaddr, dma_addr_t dma_handle);
#else
static inline void *
dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle,
int flag)
gfp_t flag)
{
BUG();
return NULL;
Expand Down

0 comments on commit 1806713

Please sign in to comment.