From: SeongJae Park <sj38.park@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: gregkh@linuxfoundation.org, SeongJae Park <sj38.park@gmail.com>
Subject: [PATCH 1/2] Remove struct CsrThread
Date: Tue, 23 Oct 2012 15:00:06 +0900 [thread overview]
Message-ID: <1350972007-5855-1-git-send-email-sj38.park@gmail.com> (raw)
Nobody use struct CsrThread. So, remove it.
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
---
drivers/staging/csr/csr_framework_ext_types.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/staging/csr/csr_framework_ext_types.h b/drivers/staging/csr/csr_framework_ext_types.h
index 0d06d95..2bf854a 100644
--- a/drivers/staging/csr/csr_framework_ext_types.h
+++ b/drivers/staging/csr/csr_framework_ext_types.h
@@ -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;
--
1.7.9.5
next reply other threads:[~2012-10-23 6:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-23 6:00 SeongJae Park [this message]
2012-10-23 6:00 ` [PATCH 2/2] Remove CsrThreadHandle SeongJae Park
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1350972007-5855-1-git-send-email-sj38.park@gmail.com \
--to=sj38.park@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome