X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=drivers%2Fmacintosh%2Fwindfarm_pid.c;h=f10efb28cae42ef355e42c53d68d920b062b60d4;hb=b8495995dd8ad425ec1b78f7182586d5a004d8ec;hp=0842432e27ad10b74fefbef8f045323940691e8a;hpb=fab8d6ddf6dee2608869005d45fe97f70e4f5bdd;p=cascardo%2Flinux.git diff --git a/drivers/macintosh/windfarm_pid.c b/drivers/macintosh/windfarm_pid.c index 0842432e27ad..f10efb28cae4 100644 --- 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 "); +MODULE_DESCRIPTION("PID algorithm for PowerMacs thermal control"); +MODULE_LICENSE("GPL");