staging: csr: Remove struct CsrThread
Nobody use struct CsrThread. So, remove it. Signed-off-by: SeongJae Park <sj38.park@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5c092f41fd
commit
272bf3146f
@@ -24,11 +24,6 @@ extern "C" {
|
|||||||
|
|
||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
|
|
||||||
struct CsrThread {
|
|
||||||
struct task_struct *thread_task;
|
|
||||||
char name[16];
|
|
||||||
};
|
|
||||||
|
|
||||||
struct CsrEvent {
|
struct CsrEvent {
|
||||||
/* wait_queue for waking the kernel thread */
|
/* wait_queue for waking the kernel thread */
|
||||||
wait_queue_head_t wakeup_q;
|
wait_queue_head_t wakeup_q;
|
||||||
|
Reference in New Issue
Block a user