diff options
author | Paul Walmsley <paul@pwsan.com> | 2012-10-29 22:49:45 -0400 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2012-11-08 14:33:07 -0500 |
commit | 76e0e16d91af22dd6313000ff8018069123f8ed0 (patch) | |
tree | b7aeeb8a7b267335634f31b3c76f491a813d10c3 /arch/arm/mach-omap2 | |
parent | 129f557723701b20257f5ad4deb89aac0afb95ac (diff) |
ARM: OMAP2+: PRCM: remove omap_prcm_get_reset_sources()
omap_prcm_get_reset_sources() is now unused; so, remove it.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Tested-by: Vaibhav Hiremath <hvaibhav@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/prcm.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-omap2/prcm.c b/arch/arm/mach-omap2/prcm.c index cff270a178c5..05c754edbf3f 100644 --- a/arch/arm/mach-omap2/prcm.c +++ b/arch/arm/mach-omap2/prcm.c | |||
@@ -47,18 +47,6 @@ void __iomem *prcm_mpu_base; | |||
47 | 47 | ||
48 | #define MAX_MODULE_ENABLE_WAIT 100000 | 48 | #define MAX_MODULE_ENABLE_WAIT 100000 |
49 | 49 | ||
50 | u32 omap_prcm_get_reset_sources(void) | ||
51 | { | ||
52 | /* XXX This presumably needs modification for 34XX */ | ||
53 | if (cpu_is_omap24xx() || cpu_is_omap34xx()) | ||
54 | return omap2_prm_read_mod_reg(WKUP_MOD, OMAP2_RM_RSTST) & 0x7f; | ||
55 | if (cpu_is_omap44xx()) | ||
56 | return omap2_prm_read_mod_reg(WKUP_MOD, OMAP4_RM_RSTST) & 0x7f; | ||
57 | |||
58 | return 0; | ||
59 | } | ||
60 | EXPORT_SYMBOL(omap_prcm_get_reset_sources); | ||
61 | |||
62 | /* Resets clock rates and reboots the system. Only called from system.h */ | 50 | /* Resets clock rates and reboots the system. Only called from system.h */ |
63 | void omap_prcm_restart(char mode, const char *cmd) | 51 | void omap_prcm_restart(char mode, const char *cmd) |
64 | { | 52 | { |