aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-generic/dma-contiguous.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-09-11 11:04:43 +0200
committerChristoph Hellwig <hch@lst.de>2020-10-06 07:07:05 +0200
commit5db5d93089880c3cc9e83ca8bba68a5502e92dfe (patch)
tree07065191328222e06d0c826c772ba2477220e7e4 /include/asm-generic/dma-contiguous.h
parentdma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> (diff)
downloadwireguard-linux-5db5d93089880c3cc9e83ca8bba68a5502e92dfe.tar.xz
wireguard-linux-5db5d93089880c3cc9e83ca8bba68a5502e92dfe.zip
dma-mapping: remove <asm/dma-contiguous.h>
Just provide a weak default definition of dma_contiguous_early_fixup and let arm override it. Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'include/asm-generic/dma-contiguous.h')
-rw-r--r--include/asm-generic/dma-contiguous.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-generic/dma-contiguous.h b/include/asm-generic/dma-contiguous.h
deleted file mode 100644
index f24b0f9a4f05..000000000000
--- a/include/asm-generic/dma-contiguous.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _ASM_GENERIC_DMA_CONTIGUOUS_H
-#define _ASM_GENERIC_DMA_CONTIGUOUS_H
-
-#include <linux/types.h>
-
-static inline void
-dma_contiguous_early_fixup(phys_addr_t base, unsigned long size) { }
-
-#endif