disp: msm: add qcom dma mapping header for dma attributes

Refactoring of iommu headers is moving few downstream attributes
defines to new header from dma-mapping.h. This change includes
the qcom header for downstream attribute defines.

Change-Id: Ia1f9f40f2cb8090dc7b7e3cbe0b632449c44c3b0
Signed-off-by: Prabhanjan Kandula <pkandula@codeaurora.org>
这个提交包含在:
Prabhanjan Kandula
2021-03-16 14:19:07 -07:00
提交者 Gerrit - the friendly Code Review server
父节点 39e9184452
当前提交 81ecb37301
修改 4 个文件,包含 6 行新增2 行删除

查看文件

@@ -1,9 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2012, 2015-2019, The Linux Foundation. All rights reserved.
* Copyright (c) 2012, 2015-2019, 2021, The Linux Foundation. All rights reserved.
*/
#define pr_fmt(fmt) "%s: " fmt, __func__
#include <linux/qcom-dma-mapping.h>
#include <linux/dma-mapping.h>
#include <linux/errno.h>
#include <linux/file.h>