linux-stable/net/nfc/llcp
Linus Torvalds 916082b073 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 <torvalds@linux-foundation.org>
2012-10-02 16:01:31 -07:00
..
commands.c NFC: LLCP raw socket support 2012-09-27 10:47:59 +02:00
Kconfig NFC: Initial LLCP support 2011-12-14 14:50:13 -05:00
llcp.c workqueue: avoid using deprecated functions 2012-10-02 16:01:31 -07:00
llcp.h NFC: LLCP raw socket support 2012-09-27 10:47:59 +02:00
sock.c NFC: LLCP raw socket support 2012-09-27 10:47:59 +02:00