From: Lai Jiangshan Date: Sat, 26 Jul 2014 04:04:00 +0000 (+0800) Subject: kthread_work: remove the unused wait_queue_head X-Git-Tag: omap-for-v3.17/fixes-against-rc2~192^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95847e1bd34c0de86039408b24a05f07e788061d;p=pandora-kernel.git kthread_work: remove the unused wait_queue_head The wait_queue_head_t kthread_work->done is unused since flush_kthread_work() has been re-implemented. Let's remove it including the initialization code. This makes DEFINE_KTHREAD_WORK_ONSTACK() unnecessary, removed. tj: Updated description. Removed DEFINE_KTHREAD_WORK_ONSTACK(). Signed-off-by: Lai Jiangshan Signed-off-by: Tejun Heo --- Reading git-diff-tree failed