staging: csr: Remove CsrThreadHandle
authorSeongJae Park <sj38.park@gmail.com>
Tue, 23 Oct 2012 06:00:07 +0000 (15:00 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 04:03:52 +0000 (21:03 -0700)
CsrThreadHandle is typedef of struct CsrThread.
Some functions in csr_framework_ext.h use it as parameter.
But, nobody call them.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found