提交 272bf314 编写于 作者: S SeongJae Park 提交者: Greg Kroah-Hartman

staging: csr: Remove struct CsrThread

Nobody use struct CsrThread. So, remove it.
Signed-off-by: NSeongJae Park <sj38.park@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 5c092f41
......@@ -24,11 +24,6 @@ extern "C" {
#ifdef __KERNEL__
struct CsrThread {
struct task_struct *thread_task;
char name[16];
};
struct CsrEvent {
/* wait_queue for waking the kernel thread */
wait_queue_head_t wakeup_q;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册