commit | aabf6f897e44bdf3e237ada04aa8f88d77d75cac | [log] [tgz] |
---|---|---|
author | Szymon Janc <szymon.janc@tieto.com> | Tue Apr 05 15:37:45 2011 +0200 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Tue Apr 05 12:40:46 2011 -0300 |
tree | 33f3e53a9146b561a6f5e33e01a25c2dfe76c243 | |
parent | a88a9652d25a63ce10b6a5fe680d0ad8f33b9c9b [diff] |
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>