mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
[PATCH] windfarm license fix
The Windfarm PID module lacks a licence, it should be GPL, here it is Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
ad820c5dd4
commit
cdd440fe9f
1 changed files with 4 additions and 0 deletions
|
@ -143,3 +143,7 @@ s32 wf_cpu_pid_run(struct wf_cpu_pid_state *st, s32 new_power, s32 new_temp)
|
||||||
return st->target;
|
return st->target;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(wf_cpu_pid_run);
|
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");
|
||||||
|
|
Loading…
Reference in a new issue