]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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, 30 Jul 2013 17:11:07 +0000 (10:11 -0700)
commit3d83b146a02159d01a0e27b7098c45cfd54f7ed6
tree0cca8ded67399edc6b949f4e17c0f309711c2f0f
parenta3fe162f42cacc583f141d493c8fe017077bed23
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>
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]