aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/Kbuild
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/Kbuild
parentdma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> (diff)
downloadlinux-dev-5db5d93089880c3cc9e83ca8bba68a5502e92dfe.tar.xz
linux-dev-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 '')
-rw-r--r--include/asm-generic/Kbuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-generic/Kbuild b/include/asm-generic/Kbuild
index 74b0612601dd..62ebdc731ee2 100644
--- a/include/asm-generic/Kbuild
+++ b/include/asm-generic/Kbuild
@@ -16,7 +16,6 @@ mandatory-y += current.h
mandatory-y += delay.h
mandatory-y += device.h
mandatory-y += div64.h
-mandatory-y += dma-contiguous.h
mandatory-y += dma-mapping.h
mandatory-y += dma.h
mandatory-y += emergency-restart.h