diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2013-07-24 16:54:33 -0400 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2013-08-06 14:18:03 -0400 |
commit | 0b559df5ce587cd2430bdc660c3e60d554d2c907 (patch) | |
tree | 6b0f2d2727f7b3d7287215dfb61a0449640fa23e /drivers/iommu/msm_iommu.c | |
parent | 20508a15ba9d24e1fd04ebfbdf38d862fe708061 (diff) |
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: Joerg Roedel <joro@8bytes.org>
Cc: Stepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'drivers/iommu/msm_iommu.c')
-rw-r--r-- | drivers/iommu/msm_iommu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iommu/msm_iommu.c b/drivers/iommu/msm_iommu.c index 8ab4f41090af..f5ff657f49fa 100644 --- a/drivers/iommu/msm_iommu.c +++ b/drivers/iommu/msm_iommu.c | |||
@@ -31,8 +31,8 @@ | |||
31 | #include <asm/cacheflush.h> | 31 | #include <asm/cacheflush.h> |
32 | #include <asm/sizes.h> | 32 | #include <asm/sizes.h> |
33 | 33 | ||
34 | #include <mach/iommu_hw-8xxx.h> | 34 | #include "msm_iommu_hw-8xxx.h" |
35 | #include <mach/iommu.h> | 35 | #include "msm_iommu.h" |
36 | 36 | ||
37 | #define MRC(reg, processor, op1, crn, crm, op2) \ | 37 | #define MRC(reg, processor, op1, crn, crm, op2) \ |
38 | __asm__ __volatile__ ( \ | 38 | __asm__ __volatile__ ( \ |