]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Use kthread API in hidp
authorSzymon Janc <szymon.janc@tieto.com>
Tue, 5 Apr 2011 13:37:45 +0000 (15:37 +0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Tue, 5 Apr 2011 15:40:46 +0000 (12:40 -0300)
commit541db103b924033feb3c8e2f42645af0ef228b67
tree33f3e53a9146b561a6f5e33e01a25c2dfe76c243
parent85f4cdf23beb152d7480ab302ed295d2a4289b81
Bluetooth: Use kthread API in hidp

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