diff options
Diffstat (limited to 'arch/sh/boards/hp6xx/pm.c')
-rw-r--r-- | arch/sh/boards/hp6xx/pm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/hp6xx/pm.c b/arch/sh/boards/hp6xx/pm.c index 4b2f29a4bde9..8143d1b948e7 100644 --- a/arch/sh/boards/hp6xx/pm.c +++ b/arch/sh/boards/hp6xx/pm.c | |||
@@ -69,6 +69,7 @@ static int hp6x0_pm_enter(suspend_state_t state) | |||
69 | 69 | ||
70 | static struct pm_ops hp6x0_pm_ops = { | 70 | static struct pm_ops hp6x0_pm_ops = { |
71 | .enter = hp6x0_pm_enter, | 71 | .enter = hp6x0_pm_enter, |
72 | .valid = pm_valid_only_mem, | ||
72 | }; | 73 | }; |
73 | 74 | ||
74 | static int __init hp6x0_pm_init(void) | 75 | static int __init hp6x0_pm_init(void) |