From: Linus Torvalds Date: Tue, 2 Oct 2012 23:01:31 +0000 (-0700) Subject: workqueue: avoid using deprecated functions X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=916082b073ebb7f4e064cebce0768e34cacde508;p=pandora-kernel.git workqueue: avoid using deprecated functions The network merge brought in a few users of functions that got deprecated by the workqueue cleanups: the 'system_nrt_wq' is now the same as the regular system_wq, since all workqueues are now non- reentrant. Similarly, remove one use of flush_work_sync() - the regular flush_work() has become synchronous, and the "_sync()" version is thus deprecated as being superfluous. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed