diff options
author | Paul Walmsley <paul@pwsan.com> | 2012-10-29 20:49:45 -0600 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2012-11-08 12:33:07 -0700 |
commit | 76e0e16d91af22dd6313000ff8018069123f8ed0 (patch) | |
tree | b7aeeb8a7b267335634f31b3c76f491a813d10c3 /arch/arm/plat-omap | |
parent | 129f557723701b20257f5ad4deb89aac0afb95ac (diff) | |
download | talos-obmc-linux-76e0e16d91af22dd6313000ff8018069123f8ed0.tar.gz talos-obmc-linux-76e0e16d91af22dd6313000ff8018069123f8ed0.zip |
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/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/plat/prcm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/prcm.h b/arch/arm/plat-omap/include/plat/prcm.h index 267f43bb2a4e..a76cbd4b0592 100644 --- a/arch/arm/plat-omap/include/plat/prcm.h +++ b/arch/arm/plat-omap/include/plat/prcm.h @@ -27,7 +27,6 @@ #ifndef __ASM_ARM_ARCH_OMAP_PRCM_H #define __ASM_ARM_ARCH_OMAP_PRCM_H -u32 omap_prcm_get_reset_sources(void); int omap2_cm_wait_idlest(void __iomem *reg, u32 mask, u8 idlest, const char *name); |