commit | 057516308a0a1892a54f16bce0577c9dcccc4857 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Feb 20 14:15:37 2020 +0900 |
committer | Peng Fan <peng.fan@nxp.com> | Thu Feb 20 15:09:54 2020 +0800 |
tree | d23e3e03f173b2fe31493ecfec37bdda539416b4 | |
parent | 9d86b89c590832c9bcb1c69d5ccdecdf731f97ae [diff] [blame] |
dma-mapping: add <asm/dma-mapping.h> for all architectures To avoid "asm/dma-mapping.h: No such file or directory" error, we need something. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
diff --git a/arch/sh/include/asm/dma-mapping.h b/arch/sh/include/asm/dma-mapping.h new file mode 100644 index 0000000..853b087 --- /dev/null +++ b/arch/sh/include/asm/dma-mapping.h
@@ -0,0 +1 @@ +/* SPDX-License-Identifier: GPL-2.0-only */