提交 0b559df5 编写于 作者: S Stephen Boyd 提交者: David Brown

iommu/msm: Move mach includes to iommu directory

Two header files exist in mach-msm's include/mach directory that
are only used by the MSM iommu driver. Move these files to the
iommu driver directory and prefix them with "msm_". This allows
us to compile the MSM iommu driver on multi-platform kernels.
Acked-by: NJoerg Roedel <joro@8bytes.org>
Cc: Stepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: NDavid Brown <davidb@codeaurora.org>
上级 20508a15
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
#include <asm/cacheflush.h> #include <asm/cacheflush.h>
#include <asm/sizes.h> #include <asm/sizes.h>
#include <mach/iommu_hw-8xxx.h> #include "msm_iommu_hw-8xxx.h"
#include <mach/iommu.h> #include "msm_iommu.h"
#define MRC(reg, processor, op1, crn, crm, op2) \ #define MRC(reg, processor, op1, crn, crm, op2) \
__asm__ __volatile__ ( \ __asm__ __volatile__ ( \
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
#include <linux/err.h> #include <linux/err.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <mach/iommu_hw-8xxx.h> #include "msm_iommu_hw-8xxx.h"
#include <mach/iommu.h> #include "msm_iommu.h"
struct iommu_ctx_iter_data { struct iommu_ctx_iter_data {
/* input */ /* input */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册