From: Pavel Emelyanov Date: Mon, 11 Feb 2008 12:26:09 +0000 (+0300) Subject: USB: usbatm: convert heavy init dances to kthread API X-Git-Tag: v2.6.26-rc1~1061^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4504a7eb9c4c491e6f31b28169dd49e9bacc8ec;p=pandora-kernel.git USB: usbatm: convert heavy init dances to kthread API This is an attempt to kill two birds with one stone. First, we kill one more user of kernel_thread, which is scheduled for removal. Second - we kill one of the last users of kill_proc - the function which is also to be removed, because it uses a pid_t which is not safe now. Signed-off-by: Pavel Emelyanov Signed-off-by: Duncan Sands Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed