diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm.h')
-rw-r--r-- | arch/arm/mach-omap2/pm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm.h b/arch/arm/mach-omap2/pm.h index 78564895e914..9fac67d6c985 100644 --- a/arch/arm/mach-omap2/pm.h +++ b/arch/arm/mach-omap2/pm.h | |||
@@ -88,7 +88,7 @@ extern void enable_omap3630_toggle_l2_on_restore(void); | |||
88 | static inline void enable_omap3630_toggle_l2_on_restore(void) { } | 88 | static inline void enable_omap3630_toggle_l2_on_restore(void) { } |
89 | #endif /* defined(CONFIG_PM) && defined(CONFIG_ARCH_OMAP3) */ | 89 | #endif /* defined(CONFIG_PM) && defined(CONFIG_ARCH_OMAP3) */ |
90 | 90 | ||
91 | #ifdef CONFIG_OMAP_SMARTREFLEX | 91 | #ifdef CONFIG_POWER_AVS_OMAP |
92 | extern int omap_devinit_smartreflex(void); | 92 | extern int omap_devinit_smartreflex(void); |
93 | extern void omap_enable_smartreflex_on_init(void); | 93 | extern void omap_enable_smartreflex_on_init(void); |
94 | #else | 94 | #else |