diff options
Diffstat (limited to 'arch/arm/mach-omap1/pm.c')
-rw-r--r-- | arch/arm/mach-omap1/pm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/pm.c b/arch/arm/mach-omap1/pm.c index 4248117e5e3f..0383ab334270 100644 --- a/arch/arm/mach-omap1/pm.c +++ b/arch/arm/mach-omap1/pm.c | |||
@@ -701,6 +701,7 @@ static struct pm_ops omap_pm_ops ={ | |||
701 | .prepare = omap_pm_prepare, | 701 | .prepare = omap_pm_prepare, |
702 | .enter = omap_pm_enter, | 702 | .enter = omap_pm_enter, |
703 | .finish = omap_pm_finish, | 703 | .finish = omap_pm_finish, |
704 | .valid = pm_valid_only_mem, | ||
704 | }; | 705 | }; |
705 | 706 | ||
706 | static int __init omap_pm_init(void) | 707 | static int __init omap_pm_init(void) |