From: Lai Jiangshan Date: Thu, 22 May 2014 08:43:56 +0000 (+0800) Subject: workqueue: remove unused work_clear_pending() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~83^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cafebac153ae54fd0aba5d4ad28af995532c5375;p=pandora-kernel.git workqueue: remove unused work_clear_pending() In 8930caba3dbd ("workqueue: disable irq while manipulating PENDING"), setting last CPU and clearing PENDING got merged into a single operation (set_work_cpu_and_clear_pending()), which resulted that the internal routine work_clear_pending() is not used any more. tj: Minor description tweak. Signed-off-by: Lai Jiangshan Signed-off-by: Tejun Heo --- Reading git-diff-tree failed