Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112561
b: refs/heads/master
c: a38409f
h: refs/heads/master
i:
  112559: 007f44c
v: v3
  • Loading branch information
Ingo Molnar committed Aug 22, 2008
1 parent b72b118 commit d4e22a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2cd54961caff9fe9109807c6603a0af0729b9591
refs/heads/master: a38409fbb5181324fb73b359189a72e02b6c7030
2 changes: 2 additions & 0 deletions trunk/kernel/dma-coherent.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ int dma_alloc_from_coherent(struct device *dev, ssize_t size,
}
return (mem != NULL);
}
EXPORT_SYMBOL(dma_alloc_from_coherent);

/**
* dma_release_from_coherent() - try to free the memory allocated from per-device coherent memory pool
Expand Down Expand Up @@ -151,3 +152,4 @@ int dma_release_from_coherent(struct device *dev, int order, void *vaddr)
}
return 0;
}
EXPORT_SYMBOL(dma_release_from_coherent);

0 comments on commit d4e22a7

Please sign in to comment.