linux/net/nfc/hci
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
..
Kconfig NFC: Select CRC_CCITT for SHDLC link layer of HCI based drivers 2012-05-15 17:27:28 -04:00
Makefile NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC Core 2012-09-25 00:17:26 +02:00
command.c NFC: Add a public nfc_hci_send_cmd_async method 2012-09-25 00:17:25 +02:00
core.c workqueue: avoid using deprecated functions 2012-10-02 16:01:31 -07:00
hci.h NFC: Changed the HCI cmd execution callback prototype 2012-09-25 00:17:25 +02:00
hcp.c workqueue: avoid using deprecated functions 2012-10-02 16:01:31 -07:00
llc.c NFC: Remove unneeded LLC symbols export 2012-09-25 00:17:26 +02:00
llc.h nfc: add dummy nfc_llc_shdlc_register definition 2012-09-26 13:38:48 -04:00
llc_nop.c NFC: Fix LLC registration definitions for ANSI compliance 2012-09-25 00:17:26 +02:00
llc_shdlc.c workqueue: avoid using deprecated functions 2012-10-02 16:01:31 -07:00