diff options
-rw-r--r-- | arch/arm/mach-omap2/prm2xxx_3xxx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/prm2xxx_3xxx.h b/arch/arm/mach-omap2/prm2xxx_3xxx.h index 70ac2a19dc5f..491c72dd20a0 100644 --- a/arch/arm/mach-omap2/prm2xxx_3xxx.h +++ b/arch/arm/mach-omap2/prm2xxx_3xxx.h | |||
@@ -303,6 +303,8 @@ extern int omap2_prm_is_hardreset_asserted(s16 prm_mod, u8 shift); | |||
303 | extern int omap2_prm_assert_hardreset(s16 prm_mod, u8 shift); | 303 | extern int omap2_prm_assert_hardreset(s16 prm_mod, u8 shift); |
304 | extern int omap2_prm_deassert_hardreset(s16 prm_mod, u8 rst_shift, u8 st_shift); | 304 | extern int omap2_prm_deassert_hardreset(s16 prm_mod, u8 rst_shift, u8 st_shift); |
305 | 305 | ||
306 | #endif /* CONFIG_ARCH_OMAP4 */ | ||
307 | |||
306 | /* OMAP3-specific VP functions */ | 308 | /* OMAP3-specific VP functions */ |
307 | u32 omap3_prm_vp_check_txdone(u8 vp_id); | 309 | u32 omap3_prm_vp_check_txdone(u8 vp_id); |
308 | void omap3_prm_vp_clear_txdone(u8 vp_id); | 310 | void omap3_prm_vp_clear_txdone(u8 vp_id); |
@@ -321,8 +323,6 @@ extern void omap3xxx_prm_ocp_barrier(void); | |||
321 | extern void omap3xxx_prm_save_and_clear_irqen(u32 *saved_mask); | 323 | extern void omap3xxx_prm_save_and_clear_irqen(u32 *saved_mask); |
322 | extern void omap3xxx_prm_restore_irqen(u32 *saved_mask); | 324 | extern void omap3xxx_prm_restore_irqen(u32 *saved_mask); |
323 | 325 | ||
324 | #endif /* CONFIG_ARCH_OMAP4 */ | ||
325 | |||
326 | #endif | 326 | #endif |
327 | 327 | ||
328 | /* | 328 | /* |