aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/dma/remap.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-10-20 10:41:07 +0200
committerChristoph Hellwig <hch@lst.de>2020-10-20 10:41:07 +0200
commit695cebe58dcf3d9802cdfa9c327b5c7641a5914b (patch)
tree4d87fa02bb79c0ed14e620b50149c344150727eb /kernel/dma/remap.c
parentARM/sa1111: add a missing include of dma-map-ops.h (diff)
downloadlinux-dev-695cebe58dcf3d9802cdfa9c327b5c7641a5914b.tar.xz
linux-dev-695cebe58dcf3d9802cdfa9c327b5c7641a5914b.zip
dma-mapping: move more functions to dma-map-ops.h
Due to a mismerge a bunch of prototypes that should have moved to dma-map-ops.h are still in dma-mapping.h, fix that up. Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'kernel/dma/remap.c')
-rw-r--r--kernel/dma/remap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/dma/remap.c b/kernel/dma/remap.c
index 78b23f089cf1..905c3fa005f1 100644
--- a/kernel/dma/remap.c
+++ b/kernel/dma/remap.c
@@ -2,7 +2,7 @@
/*
* Copyright (c) 2014 The Linux Foundation
*/
-#include <linux/dma-mapping.h>
+#include <linux/dma-map-ops.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>