
7 Jul
2017
7 Jul
'17
5:59 a.m.
On 5 July 2017 at 14:56, Andy Shevchenko andriy.shevchenko@linux.intel.com wrote:
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 Signed-off-by: Andy Shevchenko andriy.shevchenko@linux.intel.com
arch/x86/include/asm/dma-mapping.h | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 arch/x86/include/asm/dma-mapping.h
Reviewed-by: Simon Glass sjg@chromium.org