]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Use kthread API in cmtp
authorSzymon Janc <szymon.janc@tieto.com>
Mon, 21 Mar 2011 13:20:06 +0000 (14:20 +0100)
committerGustavo F. Padovan <padovan@profusion.mobi>
Tue, 5 Apr 2011 15:40:47 +0000 (12:40 -0300)
commite574faa4c4d1971abf480ba0577d903459bf24e9
tree2e5f23109278c91c8b90433c87556c5f996499ab
parent5379efdc9fcb52aea9ea1d8d5a74b8ef4bd8ec6e
Bluetooth: Use kthread API in cmtp

kernel_thread() is a low-level implementation detail and
EXPORT_SYMBOL(kernel_thread) is scheduled for removal.
Use the <linux/kthread.h> API instead.

Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/cmtp/capi.c
net/bluetooth/cmtp/cmtp.h
net/bluetooth/cmtp/core.c