Skip to content

Commit

Permalink
staging: csr: Remove struct CsrThread
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
SeongJae Park authored and Greg Kroah-Hartman committed Oct 24, 2012
1 parent 5c092f4 commit 272bf31
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/staging/csr/csr_framework_ext_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 272bf31

Please sign in to comment.