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:
4d048db
)
c6x: remove DMA_ERROR_CODE
author
Christoph Hellwig
<hch@lst.de>
Sun, 21 May 2017 10:23:05 +0000
(12:23 +0200)
committer
Christoph Hellwig
<hch@lst.de>
Tue, 20 Jun 2017 09:13:01 +0000
(11:13 +0200)
Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/c6x/include/asm/dma-mapping.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/c6x/include/asm/dma-mapping.h
b/arch/c6x/include/asm/dma-mapping.h
index aca9f755e4f8e6564088069eeeafd62e8c9ff8dd..05daf1038111fbad634806caa6a4ed18b7b8452c 100644
(file)
--- a/
arch/c6x/include/asm/dma-mapping.h
+++ b/
arch/c6x/include/asm/dma-mapping.h
@@
-12,11
+12,6
@@
#ifndef _ASM_C6X_DMA_MAPPING_H
#define _ASM_C6X_DMA_MAPPING_H
-/*
- * DMA errors are defined by all-bits-set in the DMA address.
- */
-#define DMA_ERROR_CODE ~0
-
extern const struct dma_map_ops c6x_dma_ops;
static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)