Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312727
b: refs/heads/master
c: 7664e96
h: refs/heads/master
i:
  312725: 1aa9150
  312723: 821cec9
  312719: 645d8f2
v: v3
  • Loading branch information
Sachin Kamat authored and Rafael J. Wysocki committed Jul 18, 2012
1 parent b216532 commit eab5610
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d181b49eb3d76ed6a134cb599456176f466047c0
refs/heads/master: 7664e969359917ba3212c5d6efdec494eaf8586e
8 changes: 4 additions & 4 deletions trunk/drivers/base/power/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ typedef int (*pm_callback_t)(struct device *);
*/

LIST_HEAD(dpm_list);
LIST_HEAD(dpm_prepared_list);
LIST_HEAD(dpm_suspended_list);
LIST_HEAD(dpm_late_early_list);
LIST_HEAD(dpm_noirq_list);
static LIST_HEAD(dpm_prepared_list);
static LIST_HEAD(dpm_suspended_list);
static LIST_HEAD(dpm_late_early_list);
static LIST_HEAD(dpm_noirq_list);

struct suspend_stats suspend_stats;
static DEFINE_MUTEX(dpm_list_mtx);
Expand Down

0 comments on commit eab5610

Please sign in to comment.