diff options
author | Paul Walmsley <paul@pwsan.com> | 2012-10-29 20:57:31 -0600 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2012-11-08 15:09:26 -0700 |
commit | 5b78e61b1cf28f061a7989b25180fcef26d31eb8 (patch) | |
tree | f7fda7dc674e405c4011dd125ebb7baaf032dcba /arch/arm/plat-omap | |
parent | c4ceedcb18cf7a06059482a3a1828b9aad9f78cf (diff) | |
download | talos-obmc-linux-5b78e61b1cf28f061a7989b25180fcef26d31eb8.tar.gz talos-obmc-linux-5b78e61b1cf28f061a7989b25180fcef26d31eb8.zip |
ARM: OMAP2+: PRCM: remove omap2_cm_wait_idlest()
Now that all users of mach-omap2/omap2_cm_wait_idlest() have been removed,
delete the function and its supporting macros and prototypes.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Tested-by: Vaibhav Hiremath <hvaibhav@ti.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/plat/prcm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/include/plat/prcm.h b/arch/arm/plat-omap/include/plat/prcm.h index a950a8367e7f..3ccee9f192c8 100644 --- a/arch/arm/plat-omap/include/plat/prcm.h +++ b/arch/arm/plat-omap/include/plat/prcm.h @@ -30,8 +30,6 @@ #include <linux/kernel.h> #include <linux/io.h> -int omap2_cm_wait_idlest(void __iomem *reg, u32 mask, u8 idlest, - const char *name); void __init omap2_set_globals_prcm(void __iomem *prm, void __iomem *cm, void __iomem *cm2, void __iomem *prcm_mpu); |