[POWERPC] Convert media-bay.c to use the kthread API
authorPaul Mackerras <paulus@samba.org>
Thu, 13 Dec 2007 03:12:58 +0000 (14:12 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 19 Dec 2007 04:22:02 +0000 (15:22 +1100)
We aren't supposed to use kernel_thread directly in drivers any more,
and in fact using kthread_run is a bit simpler.

Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found