|
@@ -456,7 +456,6 @@ extern int schedule_on_each_cpu(work_func_t func);
|
|
|
int execute_in_process_context(work_func_t fn, struct execute_work *);
|
|
int execute_in_process_context(work_func_t fn, struct execute_work *);
|
|
|
|
|
|
|
|
extern bool flush_work(struct work_struct *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 cancel_work_sync(struct work_struct *work);
|
|
|
|
|
|
|
|
extern bool flush_delayed_work(struct delayed_work *dwork);
|
|
extern bool flush_delayed_work(struct delayed_work *dwork);
|