Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47018
b: refs/heads/master
c: 6eb484f
h: refs/heads/master
v: v3
  • Loading branch information
Haavard Skinnemoen committed Feb 9, 2007
1 parent 3c58106 commit 0ba6732
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 212868d387d0033b7e0029326a900126fe5e3d52
refs/heads/master: 6eb484fe92e2f67f888dc87e97bfd938c0f7404e
8 changes: 8 additions & 0 deletions trunk/include/asm-avr32/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ static inline int dma_set_mask(struct device *dev, u64 dma_mask)
return 0;
}

/*
* dma_map_single can't fail as it is implemented now.
*/
static inline int dma_mapping_error(dma_addr_t addr)
{
return 0;
}

/**
* dma_alloc_coherent - allocate consistent memory for DMA
* @dev: valid struct device pointer, or NULL for ISA and EISA-like devices
Expand Down

0 comments on commit 0ba6732

Please sign in to comment.