From: Jingoo Han Date: Wed, 14 May 2014 04:43:37 +0000 (+0900) Subject: workqueue: Remove deprecated flush[_delayed]_work_sync() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~83^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a56f2aa4752293e5a9c0c3a2331620aa1fdb808;p=pandora-kernel.git workqueue: Remove deprecated flush[_delayed]_work_sync() flush[_delayed]_work_sync() were deprecated by 4382973 ("workqueue: deprecate flush[_delayed]_work_sync()") and have been deprecated for a long time. In addition, these are not used anymore. So, let's remove these functions. Signed-off-by: Jingoo Han Signed-off-by: Tejun Heo --- Reading git-diff-tree failed