projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f959dcd
)
ARM/dma-mapping: remove a __arch_page_to_dma #error
author
Christoph Hellwig
<hch@lst.de>
Fri, 11 Sep 2020 06:26:37 +0000
(08:26 +0200)
committer
Christoph Hellwig
<hch@lst.de>
Thu, 17 Sep 2020 16:43:24 +0000
(18:43 +0200)
The __arch_page_to_dma hook is long gone.
Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/arm/include/asm/dma-mapping.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/dma-mapping.h
b/arch/arm/include/asm/dma-mapping.h
index
bdd80dd
..
70d9567
100644
(file)
--- a/
arch/arm/include/asm/dma-mapping.h
+++ b/
arch/arm/include/asm/dma-mapping.h
@@
-23,10
+23,6
@@
static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
return NULL;
}
-#ifdef __arch_page_to_dma
-#error Please update to __arch_pfn_to_dma
-#endif
-
/*
* dma_to_pfn/pfn_to_dma/dma_to_virt/virt_to_dma are architecture private
* functions used internally by the DMA-mapping API to provide DMA