From: Paul Mackerras Date: Thu, 13 Dec 2007 04:54:45 +0000 (+1100) Subject: [POWERPC] Convert therm_pm72.c to use the kthread API X-Git-Tag: v2.6.25-rc1~1131^2~279 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d183d87791cdfd9d430df299396c0fc688ea7a;p=pandora-kernel.git [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 --- Reading git-diff-tree failed