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:
b0230a6
)
openrisc: remove DMA_ERROR_CODE
author
Christoph Hellwig
<hch@lst.de>
Sun, 21 May 2017 10:32:27 +0000
(12:32 +0200)
committer
Christoph Hellwig
<hch@lst.de>
Tue, 20 Jun 2017 09:13:05 +0000
(11:13 +0200)
openrisc does not return errors for dma_map_page.
Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/openrisc/include/asm/dma-mapping.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/openrisc/include/asm/dma-mapping.h
b/arch/openrisc/include/asm/dma-mapping.h
index 0c0075f17145f526ec2e4abff84b45b83c4acf84..a4ea139c2ef99e369f867ec8ed63938363bbac52 100644
(file)
--- a/
arch/openrisc/include/asm/dma-mapping.h
+++ b/
arch/openrisc/include/asm/dma-mapping.h
@@
-26,8
+26,6
@@
#include <linux/kmemcheck.h>
#include <linux/dma-mapping.h>
-#define DMA_ERROR_CODE (~(dma_addr_t)0x0)
-
extern const struct dma_map_ops or1k_dma_map_ops;
static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)