diff options
author | Christoph Hellwig <hch@lst.de> | 2020-10-20 09:33:07 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2020-10-20 09:40:33 +0200 |
commit | 0eb3b4ab762df44f2cff982ddb8f42b3085f4e52 (patch) | |
tree | 233b28727cc529ad0accb91efee4ce6c0788cce8 /arch/arm | |
parent | 270315b8235e3d10c2e360cff56c2f9e0915a252 (diff) |
ARM/sa1111: add a missing include of dma-map-ops.h
Ensure the dmabounce functions are available for all Kconfig
permutations.
Fixes: 0a0f0d8be76d ("dma-mapping: split <linux/dma-mapping.h>")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/common/sa1111.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/common/sa1111.c b/arch/arm/common/sa1111.c index c98ebae1aeac..f89c1ea327a2 100644 --- a/arch/arm/common/sa1111.c +++ b/arch/arm/common/sa1111.c @@ -22,7 +22,7 @@ #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/spinlock.h> -#include <linux/dma-mapping.h> +#include <linux/dma-map-ops.h> #include <linux/clk.h> #include <linux/io.h> |