diff options
Diffstat (limited to 'include/linux/workqueue.h')
-rw-r--r-- | include/linux/workqueue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index ff46f537ba9b..ac39d04d027c 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h | |||
@@ -71,6 +71,8 @@ extern int keventd_up(void); | |||
71 | 71 | ||
72 | extern void init_workqueues(void); | 72 | extern void init_workqueues(void); |
73 | void cancel_rearming_delayed_work(struct work_struct *work); | 73 | void cancel_rearming_delayed_work(struct work_struct *work); |
74 | void cancel_rearming_delayed_workqueue(struct workqueue_struct *, | ||
75 | struct work_struct *); | ||
74 | 76 | ||
75 | /* | 77 | /* |
76 | * Kill off a pending schedule_delayed_work(). Note that the work callback | 78 | * Kill off a pending schedule_delayed_work(). Note that the work callback |