diff options
author | Tero Kristo | 2014-03-04 14:48:33 +0100 |
---|---|---|
committer | Tero Kristo | 2014-07-04 16:02:13 +0200 |
commit | 55c6c3ad90f606d458d798b36f8ffca98c1894e0 (patch) | |
tree | 15128ae8e2827e85b3850aa28b7ceb4bc854fc6a /arch/arm/mach-omap2/prm3xxx.h | |
parent | ARM: OMAP3: PRM: move iva reset to PRM driver (diff) | |
download | kernel-qcow2-linux-55c6c3ad90f606d458d798b36f8ffca98c1894e0.tar.gz kernel-qcow2-linux-55c6c3ad90f606d458d798b36f8ffca98c1894e0.tar.xz kernel-qcow2-linux-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.h | 1 |
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 */ |