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)
commit0b559df5ce587cd2430bdc660c3e60d554d2c907
tree6b0f2d2727f7b3d7287215dfb61a0449640fa23e
parent20508a15ba9d24e1fd04ebfbdf38d862fe708061
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>
arch/arm/mach-msm/include/mach/iommu.h [deleted file]
arch/arm/mach-msm/include/mach/iommu_hw-8xxx.h [deleted file]
drivers/iommu/msm_iommu.c
drivers/iommu/msm_iommu.h [new file with mode: 0644]
drivers/iommu/msm_iommu_dev.c
drivers/iommu/msm_iommu_hw-8xxx.h [new file with mode: 0644]
This page took 0.026321 seconds and 5 git commands to generate.