diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2012-09-07 04:48:40 +0200 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2012-09-13 20:12:56 +0200 |
commit | 07901bb0379f146863e00fe09200502206e225f3 (patch) | |
tree | d44d32f858de29633859725e1786754ea3cf3cbf /arch/arm/mach-msm/Makefile | |
parent | ARM: msm: dma: use list_move_tail instead of list_del/list_add_tail (diff) | |
download | linux-07901bb0379f146863e00fe09200502206e225f3.tar.xz linux-07901bb0379f146863e00fe09200502206e225f3.zip |
ARM: msm: Remove unused acpuclock-arm11
This is dead code that isn't initialized or setup (although it is
compiled). Remove it and the data structures it references.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/Makefile b/arch/arm/mach-msm/Makefile index 5fd0464d267b..6a6c197212eb 100644 --- a/arch/arm/mach-msm/Makefile +++ b/arch/arm/mach-msm/Makefile @@ -5,7 +5,7 @@ obj-$(CONFIG_DEBUG_FS) += clock-debug.o obj-$(CONFIG_MSM_VIC) += irq-vic.o obj-$(CONFIG_MSM_IOMMU) += devices-iommu.o -obj-$(CONFIG_ARCH_MSM7X00A) += dma.o irq.o acpuclock-arm11.o +obj-$(CONFIG_ARCH_MSM7X00A) += dma.o irq.o obj-$(CONFIG_ARCH_MSM7X30) += dma.o obj-$(CONFIG_ARCH_QSD8X50) += dma.o sirc.o |