Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57962
b: refs/heads/master
c: 334280f
h: refs/heads/master
v: v3
  • Loading branch information
Sonic Zhang authored and Bryan Wu committed Jun 21, 2007
1 parent 6e1f878 commit 96c7687
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: b9b712765738d141154b435a5bfec4adbbee25f3
refs/heads/master: 334280fff3f7201d0fd564fe85e0a6f035ce3f68
2 changes: 2 additions & 0 deletions trunk/include/asm-blackfin/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ void dma_free_coherent(struct device *dev, size_t size, void *vaddr,
#define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
#define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h)

#define dma_mapping_error

/*
* Map a single buffer of the indicated size for DMA in streaming mode.
* The 32-bit bus address to use is returned.
Expand Down

0 comments on commit 96c7687

Please sign in to comment.