summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/prm3xxx.h
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2014-02-25 15:40:30 +0200
committerTero Kristo <t-kristo@ti.com>2014-07-04 17:02:00 +0300
commit0efc0f6ec2d6c6497e401df171705c5762f5a061 (patch)
treefbe9d4c8e36c64dcf2c36fed671ac53fe2e82e55 /arch/arm/mach-omap2/prm3xxx.h
parent7171511eaec5bf23fb06078f59784a3a0626b38f (diff)
downloadlinux-0efc0f6ec2d6c6497e401df171705c5762f5a061.tar.bz2
ARM: OMAP3: PRM: move prcm wakeup helper to prm driver
Done in preparation to make the prm an individual driver. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/prm3xxx.h')
-rw-r--r--arch/arm/mach-omap2/prm3xxx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/prm3xxx.h b/arch/arm/mach-omap2/prm3xxx.h
index 1dacfc5b1959..14a5fbc8ac57 100644
--- a/arch/arm/mach-omap2/prm3xxx.h
+++ b/arch/arm/mach-omap2/prm3xxx.h
@@ -162,6 +162,7 @@ extern void omap3xxx_prm_dpll3_reset(void);
extern int __init omap3xxx_prm_init(void);
extern u32 omap3xxx_prm_get_reset_sources(void);
+int omap3xxx_prm_clear_mod_irqs(s16 module, u8 regs, u32 ignore_bits);
#endif /* __ASSEMBLER */