aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/prm3xxx.h
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2014-03-04 15:48:33 +0200
committerTero Kristo <t-kristo@ti.com>2014-07-04 17:02:13 +0300
commit55c6c3ad90f606d458d798b36f8ffca98c1894e0 (patch)
tree15128ae8e2827e85b3850aa28b7ceb4bc854fc6a /arch/arm/mach-omap2/prm3xxx.h
parentARM: OMAP3: PRM: move iva reset to PRM driver (diff)
downloadlinux-dev-55c6c3ad90f606d458d798b36f8ffca98c1894e0.tar.xz
linux-dev-55c6c3ad90f606d458d798b36f8ffca98c1894e0.zip
ARM: OMAP3: PRM: move modem reset to PRM driver
This is a more proper isolation of the code. Done in preparation of making 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 007ff59602fd..21eb1d5ba524 100644
--- a/arch/arm/mach-omap2/prm3xxx.h
+++ b/arch/arm/mach-omap2/prm3xxx.h
@@ -164,6 +164,7 @@ 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);
void omap3xxx_prm_iva_idle(void);
+void omap3_prm_reset_modem(void);
#endif /* __ASSEMBLER */