projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b7127
)
Blackfin arch: Add definition of dma_mapping_error
author
Sonic Zhang
<sonic.zhang@analog.com>
Thu, 21 Jun 2007 03:34:16 +0000
(11:34 +0800)
committer
Bryan Wu
<bryan.wu@analog.com>
Thu, 21 Jun 2007 03:34:16 +0000
(11:34 +0800)
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
include/asm-blackfin/dma-mapping.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-blackfin/dma-mapping.h
b/include/asm-blackfin/dma-mapping.h
index 7a77d7fe3a33b99ba90854005c69690a5aa38983..282fabccf6a6204b64b9caff45de5bcd2ee3da8c 100644
(file)
--- a/
include/asm-blackfin/dma-mapping.h
+++ b/
include/asm-blackfin/dma-mapping.h
@@
-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.