]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Add dma-mapping.h to architectural code
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 6 Jul 2017 11:41:51 +0000 (14:41 +0300)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 30 Jul 2017 02:30:25 +0000 (10:30 +0800)
commit6a1ce8a2538a6e6741cba9640160fb074a0bdc95
tree1d6ce63c1dd2406d8a5df6eb34f4561e2dd03b38
parent1d8d3a1c96548c85bb46100a5bec69a0165da976
x86: Add dma-mapping.h to architectural code

Some cross-platform drivers rely on this header present.
Make it so for x86.

It's just a copy'n'paste of arch/arm/include/asm/dma-mapping.h.

Suggested-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
arch/x86/include/asm/dma-mapping.h [new file with mode: 0644]