diff options
author | Christoph Hellwig <hch@lst.de> | 2020-10-20 11:41:07 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2020-10-20 11:41:07 +0300 |
commit | 695cebe58dcf3d9802cdfa9c327b5c7641a5914b (patch) | |
tree | 4d87fa02bb79c0ed14e620b50149c344150727eb /kernel | |
parent | 0eb3b4ab762df44f2cff982ddb8f42b3085f4e52 (diff) | |
download | linux-695cebe58dcf3d9802cdfa9c327b5c7641a5914b.tar.xz |
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')
-rw-r--r-- | kernel/dma/remap.c | 2 |
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> |