workqueue: avoid using deprecated functions
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 Oct 2012 23:01:31 +0000 (16:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 Oct 2012 23:01:31 +0000 (16:01 -0700)
commit916082b073ebb7f4e064cebce0768e34cacde508
tree8a8037ebbaaffb2336ac4526a7f87ac9a22aeafd
parentaecdc33e111b2c447b622e287c6003726daa1426
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>
drivers/net/ieee802154/mrf24j40.c
net/nfc/core.c
net/nfc/hci/core.c
net/nfc/hci/hcp.c
net/nfc/hci/llc_shdlc.c
net/nfc/llcp/llcp.c