USB: usbatm: convert heavy init dances to kthread API
authorPavel Emelyanov <xemul@openvz.org>
Mon, 11 Feb 2008 12:26:09 +0000 (15:26 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Apr 2008 04:16:34 +0000 (21:16 -0700)
commitc4504a7eb9c4c491e6f31b28169dd49e9bacc8ec
tree16d5ac6e382cadc648c17c865444442d0f88dd52
parent1409e8e0e4dae15735727d7e2814b62aff609d31
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 <xemul@openvz.org>
Signed-off-by: Duncan Sands <baldrick@free.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/atm/usbatm.c
drivers/usb/atm/usbatm.h