diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2013-07-25 00:54:32 +0400 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2013-08-06 22:18:03 +0400 |
commit | 20508a15ba9d24e1fd04ebfbdf38d862fe708061 (patch) | |
tree | 6d3b8d454991b22270950ff4e5e20d57137468f1 /arch/arm/mach-msm/Makefile | |
parent | ebea60bee85fc043b02fd3438c381c28085eed69 (diff) | |
download | linux-20508a15ba9d24e1fd04ebfbdf38d862fe708061.tar.xz |
ARM: msm: Remove devices-iommu.c
The iommu devices are registered in software, when they should
really be part of the DT. Since we don't currently have DT
bindings in place for the MSM iommu driver just remove this file
for the time being. This is not removing any functionality anyway
because these devices aren't probing today due to missing clocks.
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 'arch/arm/mach-msm/Makefile')
-rw-r--r-- | arch/arm/mach-msm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/Makefile b/arch/arm/mach-msm/Makefile index d257ff40e16b..4c248ba07d02 100644 --- a/arch/arm/mach-msm/Makefile +++ b/arch/arm/mach-msm/Makefile @@ -2,7 +2,6 @@ obj-y += io.o timer.o obj-y += clock.o obj-$(CONFIG_MSM_VIC) += irq-vic.o -obj-$(CONFIG_MSM_IOMMU) += devices-iommu.o obj-$(CONFIG_ARCH_MSM7X00A) += irq.o obj-$(CONFIG_ARCH_QSD8X50) += sirc.o |