From: Jason Cooper Date: Sat, 9 Oct 2010 18:51:12 +0000 (-0400) Subject: staging: brcm80211: remove kernel_thread() for _dhd_sysioc_thread. X-Git-Tag: v2.6.37-rc1~60^2~3^2~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d809dcb9df1766cd4f45dc17cced4857dace4dc2;p=pandora-kernel.git staging: brcm80211: remove kernel_thread() for _dhd_sysioc_thread. Replaced kernel_thread() with kthread_run(), kthread_stop(), and kthread_should_stop(). Also removed all references to sysioc_pid and sysioc_exit. DAEMONIZE removed because not used in dhd_linux.c. sysioc_tsk is NULL when not running. Signed-off-by: Jason Cooper Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed