Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339275
b: refs/heads/master
c: e15cb14
h: refs/heads/master
i:
  339273: 949b263
  339271: 91a5879
v: v3
  • Loading branch information
Sachin Kamat authored and Zhang Rui committed Nov 5, 2012
1 parent f37a36a commit 6f31858
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 621769334b6a9be702e4f9e3c56a77da1a112377
refs/heads/master: e15cb144939c84947b4fbcf191cda59d71cd0b34
4 changes: 2 additions & 2 deletions trunk/drivers/thermal/user_space.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
*
* This function notifies the user space through UEvents.
*/
int notify_user_space(struct thermal_zone_device *tz, int trip)
static int notify_user_space(struct thermal_zone_device *tz, int trip)
{
mutex_lock(&tz->lock);
kobject_uevent(&tz->device.kobj, KOBJ_CHANGE);
mutex_unlock(&tz->lock);
return 0;
}

struct thermal_governor thermal_gov_user_space = {
static struct thermal_governor thermal_gov_user_space = {
.name = "user_space",
.throttle = notify_user_space,
.owner = THIS_MODULE,
Expand Down

0 comments on commit 6f31858

Please sign in to comment.