diff options
Diffstat (limited to 'include/linux/workqueue.h')
-rw-r--r-- | include/linux/workqueue.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index bc0cda180c8b..0c3301421c57 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h | |||
@@ -456,7 +456,6 @@ extern int schedule_on_each_cpu(work_func_t func); | |||
456 | int execute_in_process_context(work_func_t fn, struct execute_work *); | 456 | int execute_in_process_context(work_func_t fn, struct execute_work *); |
457 | 457 | ||
458 | extern bool flush_work(struct work_struct *work); | 458 | extern bool flush_work(struct work_struct *work); |
459 | extern bool cancel_work(struct work_struct *work); | ||
460 | extern bool cancel_work_sync(struct work_struct *work); | 459 | extern bool cancel_work_sync(struct work_struct *work); |
461 | 460 | ||
462 | extern bool flush_delayed_work(struct delayed_work *dwork); | 461 | extern bool flush_delayed_work(struct delayed_work *dwork); |