[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)
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>

No differences found