]> www.infradead.org Git - users/willy/xarray.git/commitdiff
s390: move s390_pci_dma_ops to asm/pci_dma.h
authorChristoph Hellwig <hch@lst.de>
Fri, 22 Dec 2017 10:07:22 +0000 (11:07 +0100)
committerChristoph Hellwig <hch@lst.de>
Wed, 10 Jan 2018 15:41:19 +0000 (16:41 +0100)
This is not needed in drivers, so move it to a private header.

Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/s390/include/asm/dma-mapping.h
arch/s390/include/asm/pci_dma.h

index 2ec7240c1adada678c9797edc541aacedbedf9b9..bdc2455483f6e1e69b61106ceca6ee9ae2d9f576 100644 (file)
@@ -9,8 +9,6 @@
 #include <linux/dma-debug.h>
 #include <linux/io.h>
 
-extern const struct dma_map_ops s390_pci_dma_ops;
-
 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
 {
        return &dma_noop_ops;
index e8d9161fa17aaa7bb886a5ce5d9d9341c69851dc..419fac7a62c0def70606ee385343017867395981 100644 (file)
@@ -201,4 +201,7 @@ void dma_cleanup_tables(unsigned long *);
 unsigned long *dma_walk_cpu_trans(unsigned long *rto, dma_addr_t dma_addr);
 void dma_update_cpu_trans(unsigned long *entry, void *page_addr, int flags);
 
+extern const struct dma_map_ops s390_pci_dma_ops;
+
+
 #endif