Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339274
b: refs/heads/master
c: 6217693
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Zhang Rui committed Nov 5, 2012
1 parent 949b263 commit f37a36a
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: b88a497701f84a0edc6631a79d21087e049bbcb1
refs/heads/master: 621769334b6a9be702e4f9e3c56a77da1a112377
4 changes: 2 additions & 2 deletions trunk/drivers/thermal/fair_share.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static long get_target_state(struct thermal_zone_device *tz,
* (Heavily assumes the trip points are in ascending order)
* new_state of cooling device = P3 * P2 * P1
*/
int fair_share_throttle(struct thermal_zone_device *tz, int trip)
static int fair_share_throttle(struct thermal_zone_device *tz, int trip)
{
const struct thermal_zone_params *tzp;
struct thermal_cooling_device *cdev;
Expand Down Expand Up @@ -108,7 +108,7 @@ int fair_share_throttle(struct thermal_zone_device *tz, int trip)
return 0;
}

struct thermal_governor thermal_gov_fair_share = {
static struct thermal_governor thermal_gov_fair_share = {
.name = "fair_share",
.throttle = fair_share_throttle,
.owner = THIS_MODULE,
Expand Down

0 comments on commit f37a36a

Please sign in to comment.