1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/ieee802154
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
..
at86rf230.c drivers/ieee802154: move ieee802154 drivers to net folder 2012-08-30 13:23:56 -04:00
fakehard.c drivers/ieee802154: move ieee802154 drivers to net folder 2012-08-30 13:23:56 -04:00
fakelb.c drivers/ieee802154: move ieee802154 drivers to net folder 2012-08-30 13:23:56 -04:00
Kconfig ieee802154: MRF24J40 driver 2012-09-04 14:43:55 -04:00
Makefile ieee802154: MRF24J40 driver 2012-09-04 14:43:55 -04:00
mrf24j40.c workqueue: avoid using deprecated functions 2012-10-02 16:01:31 -07:00