]> Pileus Git - ~andy/linux/commitdiff
iommu/msm: Move mach includes to iommu directory
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 24 Jul 2013 20:54:33 +0000 (13:54 -0700)
committerDavid Brown <davidb@codeaurora.org>
Tue, 6 Aug 2013 18:18:03 +0000 (11:18 -0700)
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>
drivers/iommu/msm_iommu.c
drivers/iommu/msm_iommu.h [moved from arch/arm/mach-msm/include/mach/iommu.h with 100% similarity]
drivers/iommu/msm_iommu_dev.c
drivers/iommu/msm_iommu_hw-8xxx.h [moved from arch/arm/mach-msm/include/mach/iommu_hw-8xxx.h with 100% similarity]

index 8ab4f41090af70273678e978027c261e4ef46065..f5ff657f49fa6c64e3c0d97f8eb533989c39e191 100644 (file)
@@ -31,8 +31,8 @@
 #include <asm/cacheflush.h>
 #include <asm/sizes.h>
 
-#include <mach/iommu_hw-8xxx.h>
-#include <mach/iommu.h>
+#include "msm_iommu_hw-8xxx.h"
+#include "msm_iommu.h"
 
 #define MRC(reg, processor, op1, crn, crm, op2)                                \
 __asm__ __volatile__ (                                                 \
index 6ba3514771322a387d864582e326a947361f655f..0a1c9626aa9ebd4ff1b569ebb9f87d84ec01536d 100644 (file)
@@ -27,8 +27,8 @@
 #include <linux/err.h>
 #include <linux/slab.h>
 
-#include <mach/iommu_hw-8xxx.h>
-#include <mach/iommu.h>
+#include "msm_iommu_hw-8xxx.h"
+#include "msm_iommu.h"
 
 struct iommu_ctx_iter_data {
        /* input */