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

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
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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;