diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-10-24 22:17:05 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-10-24 22:17:05 +0300 |
commit | 1b307ac87075c3207c345822ea276fe4f28481d7 (patch) | |
tree | 8d3b04cc685b4dd8d34e9decbae0ba1bb5e8647b /kernel | |
parent | 9bf8d8bcf3cebe44863188f1f2d822214e84f5b1 (diff) | |
parent | 6857a5ebaabc5b9d989872700b4b71dd2a6d6453 (diff) | |
download | linux-1b307ac87075c3207c345822ea276fe4f28481d7.tar.xz |
Merge tag 'dma-mapping-5.10-1' of git://git.infradead.org/users/hch/dma-mapping
Pull dma-mapping fixes from Christoph Hellwig:
- document the new dma_{alloc,free}_pages() API
- two fixups for the dma-mapping.h split
* tag 'dma-mapping-5.10-1' of git://git.infradead.org/users/hch/dma-mapping:
dma-mapping: document dma_{alloc,free}_pages
dma-mapping: move more functions to dma-map-ops.h
ARM/sa1111: add a missing include of dma-map-ops.h
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> |