]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] Convert therm_pm72.c to use the kthread API
authorPaul Mackerras <paulus@samba.org>
Thu, 13 Dec 2007 04:54:45 +0000 (15:54 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 19 Dec 2007 04:22:02 +0000 (15:22 +1100)
commit39d183d87791cdfd9d430df299396c0fc688ea7a
tree9eadfea154d77246861a020509a46fa821fb2f75
parentc61dace9a10a4bc54c764f9f490994a9d7852859
[POWERPC] Convert therm_pm72.c to use the kthread API

This converts the therm_pm72.c driver to use the kthread API.  I
thought about making it use kthread_stop() instead of the `state'
variable and the `ctrl_complete' completion, but that isn't simple and
will require changing the way that `state' is used.

Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/macintosh/therm_pm72.c