mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-20 04:21:14 +09:00
flush_scheduled_work() is deprecated and scheduled to be removed. Directly flush info->deferred_work on removal instead. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Thomas Hellstrom <thellstrom@vmware.com>