projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Staging: w35und: remove some dead code
[linux-2.6]
/
drivers
/
macintosh
/
windfarm_pid.c
diff --git
a/drivers/macintosh/windfarm_pid.c
b/drivers/macintosh/windfarm_pid.c
index
0842432
..
f10efb2
100644
(file)
--- a/
drivers/macintosh/windfarm_pid.c
+++ b/
drivers/macintosh/windfarm_pid.c
@@
-143,3
+143,7
@@
s32 wf_cpu_pid_run(struct wf_cpu_pid_state *st, s32 new_power, s32 new_temp)
return st->target;
}
EXPORT_SYMBOL_GPL(wf_cpu_pid_run);
+
+MODULE_AUTHOR("Benjamin Herrenschmidt <benh@kernel.crashing.org>");
+MODULE_DESCRIPTION("PID algorithm for PowerMacs thermal control");
+MODULE_LICENSE("GPL");