Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339273
b: refs/heads/master
c: b88a497
h: refs/heads/master
i:
  339271: 91a5879
v: v3
  • Loading branch information
Sachin Kamat authored and Zhang Rui committed Nov 5, 2012
1 parent b0fe924 commit 949b263
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: 791700cdfc2453eb927ff7875d183d9808d89bfb
refs/heads/master: b88a497701f84a0edc6631a79d21087e049bbcb1
4 changes: 2 additions & 2 deletions trunk/drivers/thermal/step_wise.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip)
* step. If the zone is 'cooling down' it brings back the performance of
* the devices by one step.
*/
int step_wise_throttle(struct thermal_zone_device *tz, int trip)
static int step_wise_throttle(struct thermal_zone_device *tz, int trip)
{
struct thermal_instance *instance;

Expand All @@ -169,7 +169,7 @@ int step_wise_throttle(struct thermal_zone_device *tz, int trip)
return 0;
}

struct thermal_governor thermal_gov_step_wise = {
static struct thermal_governor thermal_gov_step_wise = {
.name = DEFAULT_THERMAL_GOVERNOR,
.throttle = step_wise_throttle,
.owner = THIS_MODULE,
Expand Down

0 comments on commit 949b263

Please sign in to comment.