Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151243
b: refs/heads/master
c: 401097e
h: refs/heads/master
i:
  151241: f39ed35
  151239: fcce2d2
v: v3
  • Loading branch information
Shaohua Li authored and Greg Kroah-Hartman committed Jun 16, 2009
1 parent 3bae3fa commit 9c210ba
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: 400ced61fa4914457d7e0a38e7c0fc6fd208694b
refs/heads/master: 401097ea4b89846d66ac78f7f108d49c2e922d9c
2 changes: 2 additions & 0 deletions trunk/drivers/base/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <linux/kallsyms.h>
#include <linux/semaphore.h>
#include <linux/mutex.h>
#include <linux/async.h>

#include "base.h"
#include "power/power.h"
Expand Down Expand Up @@ -1665,4 +1666,5 @@ void device_shutdown(void)
kobject_put(sysfs_dev_char_kobj);
kobject_put(sysfs_dev_block_kobj);
kobject_put(dev_kobj);
async_synchronize_full();
}

0 comments on commit 9c210ba

Please sign in to comment.