git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a88a965
)
Bluetooth: Use kthread API in hidp
author
Szymon Janc
<szymon.janc@tieto.com>
Tue, 5 Apr 2011 13:37:45 +0000
(15:37 +0200)
committer
Gustavo F. Padovan
<padovan@profusion.mobi>
Tue, 5 Apr 2011 15:40:46 +0000
(12:40 -0300)
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>
No differences found