X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Farm%2Fplat-omap%2Finclude%2Fplat%2Fsram.h;fp=arch%2Farm%2Fplat-omap%2Finclude%2Fplat%2Fsram.h;h=77799d576bc82b300594d08af6a454466f28681f;hb=3231fc889c114870ca830041fcdeb5d4745304cf;hp=8974e3fc2691ea6d023462203a366c2b123735b1;hpb=c96631e13888e9be3a80aae291ed671d4d573ec9;p=pandora-kernel.git diff --git a/arch/arm/plat-omap/include/plat/sram.h b/arch/arm/plat-omap/include/plat/sram.h index 8974e3fc2691..77799d576bc8 100644 --- a/arch/arm/plat-omap/include/plat/sram.h +++ b/arch/arm/plat-omap/include/plat/sram.h @@ -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