diff options
author | Paul Walmsley <paul@pwsan.com> | 2012-10-29 22:57:31 -0400 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2012-11-08 17:09:26 -0500 |
commit | 5b78e61b1cf28f061a7989b25180fcef26d31eb8 (patch) | |
tree | f7fda7dc674e405c4011dd125ebb7baaf032dcba /arch/arm/plat-omap | |
parent | c4ceedcb18cf7a06059482a3a1828b9aad9f78cf (diff) |
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 @@ | |||
30 | #include <linux/kernel.h> | 30 | #include <linux/kernel.h> |
31 | #include <linux/io.h> | 31 | #include <linux/io.h> |
32 | 32 | ||
33 | int omap2_cm_wait_idlest(void __iomem *reg, u32 mask, u8 idlest, | ||
34 | const char *name); | ||
35 | void __init omap2_set_globals_prcm(void __iomem *prm, void __iomem *cm, | 33 | void __init omap2_set_globals_prcm(void __iomem *prm, void __iomem *cm, |
36 | void __iomem *cm2, void __iomem *prcm_mpu); | 34 | void __iomem *cm2, void __iomem *prcm_mpu); |
37 | 35 | ||