Commit 272bf314 authored by SeongJae Park's avatar SeongJae Park Committed by Greg Kroah-Hartman

staging: csr: Remove struct CsrThread

Nobody use struct CsrThread. So, remove it.
Signed-off-by: default avatarSeongJae Park <sj38.park@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment