Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374577
b: refs/heads/master
c: 243dbd9
h: refs/heads/master
i:
  374575: bb15f5f
v: v3
  • Loading branch information
Eduardo Valentin authored and Zhang Rui committed Apr 24, 2013
1 parent 45b7608 commit 5582aa7
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 3b3c07485579b9a4ecaee718667c87f59c603686
refs/heads/master: 243dbd9c606ff4f925496022762c8cf5b6e4a85e
7 changes: 3 additions & 4 deletions trunk/drivers/thermal/cpu_cooling.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@ unsigned long cpufreq_cooling_get_level(unsigned int cpu, unsigned int freq)
return THERMAL_CSTATE_INVALID;
return (unsigned long)val;
}

EXPORT_SYMBOL(cpufreq_cooling_get_level);
EXPORT_SYMBOL_GPL(cpufreq_cooling_get_level);

/**
* get_cpu_frequency - get the absolute value of frequency from level.
Expand Down Expand Up @@ -416,7 +415,7 @@ struct thermal_cooling_device *cpufreq_cooling_register(
mutex_unlock(&cooling_cpufreq_lock);
return cool_dev;
}
EXPORT_SYMBOL(cpufreq_cooling_register);
EXPORT_SYMBOL_GPL(cpufreq_cooling_register);

/**
* cpufreq_cooling_unregister - function to remove cpufreq cooling device.
Expand All @@ -440,4 +439,4 @@ void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev)
release_idr(&cpufreq_idr, cpufreq_dev->id);
kfree(cpufreq_dev);
}
EXPORT_SYMBOL(cpufreq_cooling_unregister);
EXPORT_SYMBOL_GPL(cpufreq_cooling_unregister);

0 comments on commit 5582aa7

Please sign in to comment.