Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256917
b: refs/heads/master
c: a5e4fd8
h: refs/heads/master
i:
  256915: c33b202
v: v3
  • Loading branch information
Kevin Hilman authored and Rafael J. Wysocki committed Jul 15, 2011
1 parent 03a447b commit 1ba8355
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3b5fe85252326217cd96f24a7bda4460d8f71bee
refs/heads/master: a5e4fd8783a2bec861ecf1138cdc042269ff59aa
2 changes: 2 additions & 0 deletions trunk/kernel/power/suspend.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ void suspend_set_ops(const struct platform_suspend_ops *ops)
suspend_ops = ops;
mutex_unlock(&pm_mutex);
}
EXPORT_SYMBOL_GPL(suspend_set_ops);

bool valid_state(suspend_state_t state)
{
Expand All @@ -65,6 +66,7 @@ int suspend_valid_only_mem(suspend_state_t state)
{
return state == PM_SUSPEND_MEM;
}
EXPORT_SYMBOL_GPL(suspend_valid_only_mem);

static int suspend_test(int level)
{
Expand Down

0 comments on commit 1ba8355

Please sign in to comment.