OMAP3: PM: restore SRAM functions after off-mode.
[pandora-kernel.git] / arch / arm / plat-omap / include / plat / sram.h
index 8974e3f..77799d5 100644 (file)
@@ -68,4 +68,10 @@ extern u32 omap3_sram_configure_core_dpll(
                        u32 sdrc_actim_ctrl_b_1, u32 sdrc_mr_1);
 extern unsigned long omap3_sram_configure_core_dpll_sz;
 
+#ifdef CONFIG_PM
+extern void omap_push_sram_idle(void);
+#else
+static inline void omap_push_sram_idle(void) {}
+#endif /* CONFIG_PM */
+
 #endif