Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111677
b: refs/heads/master
c: 02a1416
h: refs/heads/master
i:
  111675: 88453b4
v: v3
  • Loading branch information
David S. Miller committed Sep 19, 2008
1 parent f9353b6 commit 2fbdcd1
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 821c92f258bd9b01eb900992969803645b6ba9d6
refs/heads/master: 02a1416478b70cd49bd74827438c8ba797784728
7 changes: 7 additions & 0 deletions trunk/include/asm-um/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,11 @@ dma_cache_sync(struct device *dev, void *vaddr, size_t size,
BUG();
}

static inline int
dma_mapping_error(struct device *dev, dma_addr_t dma_handle)
{
BUG();
return 0;
}

#endif

0 comments on commit 2fbdcd1

Please sign in to comment.