Bluetooth: Use kthread API in bnep
authorSzymon Janc <szymon.janc@tieto.com>
Mon, 21 Mar 2011 13:20:00 +0000 (14:20 +0100)
committerGustavo F. Padovan <padovan@profusion.mobi>
Tue, 5 Apr 2011 15:40:47 +0000 (12:40 -0300)
commitf4d7cd4a4c25cb4a5c30a675d4cc0052c93b925a
treedfefefd66cf0383a438dce4bf12520611cb488f1
parentaabf6f897e44bdf3e237ada04aa8f88d77d75cac
Bluetooth: Use kthread API in bnep

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/bnep/bnep.h
net/bluetooth/bnep/core.c