We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0615c3 commit 4b1b62bCopy full SHA for 4b1b62b
arch/s390/include/asm/dma-mapping.h
@@ -9,8 +9,6 @@
9
#include <linux/dma-debug.h>
10
#include <linux/io.h>
11
12
-extern const struct dma_map_ops s390_pci_dma_ops;
13
-
14
static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
15
{
16
return &dma_noop_ops;
arch/s390/include/asm/pci_dma.h
@@ -201,4 +201,7 @@ void dma_cleanup_tables(unsigned long *);
201
unsigned long *dma_walk_cpu_trans(unsigned long *rto, dma_addr_t dma_addr);
202
void dma_update_cpu_trans(unsigned long *entry, void *page_addr, int flags);
203
204
+extern const struct dma_map_ops s390_pci_dma_ops;
205
+
206
207
#endif
0 commit comments