diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-10-27 11:39:25 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-10-27 11:39:25 -0400 |
commit | 88f9474f18b4f235b7e9a91d76810fd616fe611a (patch) | |
tree | a111ed99b395eb890f117c7cc15c6ed637b0b8d0 /arch/arm/mach-omap2/Makefile | |
parent | 4215afaf3d540ffaee3274ede4d298132d03d773 (diff) |
ARM: OMAP4+: CM: remove omap4_cm1/cm2_* functions
These are not used for anything, so remove both the implementations and
header file references.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Tested-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index d9e94122073e..3b653b3ac268 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -113,7 +113,7 @@ obj-y += prm_common.o cm_common.o | |||
113 | obj-$(CONFIG_ARCH_OMAP2) += prm2xxx_3xxx.o prm2xxx.o cm2xxx.o | 113 | obj-$(CONFIG_ARCH_OMAP2) += prm2xxx_3xxx.o prm2xxx.o cm2xxx.o |
114 | obj-$(CONFIG_ARCH_OMAP3) += prm2xxx_3xxx.o prm3xxx.o cm3xxx.o | 114 | obj-$(CONFIG_ARCH_OMAP3) += prm2xxx_3xxx.o prm3xxx.o cm3xxx.o |
115 | obj-$(CONFIG_ARCH_OMAP3) += vc3xxx_data.o vp3xxx_data.o | 115 | obj-$(CONFIG_ARCH_OMAP3) += vc3xxx_data.o vp3xxx_data.o |
116 | omap-prcm-4-5-common = cminst44xx.o cm44xx.o prm44xx.o \ | 116 | omap-prcm-4-5-common = cminst44xx.o prm44xx.o \ |
117 | prcm_mpu44xx.o prminst44xx.o \ | 117 | prcm_mpu44xx.o prminst44xx.o \ |
118 | vc44xx_data.o vp44xx_data.o | 118 | vc44xx_data.o vp44xx_data.o |
119 | obj-$(CONFIG_ARCH_OMAP4) += $(omap-prcm-4-5-common) | 119 | obj-$(CONFIG_ARCH_OMAP4) += $(omap-prcm-4-5-common) |