Merge remote-tracking branch 'irqchip/irqchip/for-next'
[deliverable/linux.git] / include / linux / workqueue.h
index 26cc1df280d65ae9e060ae0e9058417621c43d53..fc6e22186405873d1d2cb6c66281f8b53ed0d823 100644 (file)
@@ -442,6 +442,7 @@ extern int schedule_on_each_cpu(work_func_t func);
 int execute_in_process_context(work_func_t fn, struct execute_work *);
 
 extern bool flush_work(struct work_struct *work);
+extern bool cancel_work(struct work_struct *work);
 extern bool cancel_work_sync(struct work_struct *work);
 
 extern bool flush_delayed_work(struct delayed_work *dwork);
This page took 0.02485 seconds and 5 git commands to generate.