static inline int omap34xx_sram_init(void) { #if defined(CONFIG_ARCH_OMAP3) && defined(CONFIG_PM) omap3_sram_restore_context(); #endif return 0; }
static inline int omap34xx_sram_init(void) { omap3_sram_restore_context(); return 0; }