Skip to content
Commit 8425e3d5 authored by Tejun Heo's avatar Tejun Heo
Browse files

workqueue: inline trivial wrappers



There's no reason to make these trivial wrappers full (exported)
functions.  Inline the followings.

 queue_work()
 queue_delayed_work()
 mod_delayed_work()
 schedule_work_on()
 schedule_work()
 schedule_delayed_work_on()
 schedule_delayed_work()
 keventd_up()

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 611c92a0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment