diff options
Diffstat (limited to 'include/linux/workqueue.h')
-rw-r--r-- | include/linux/workqueue.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index 0c0771f06bfa..6b5193d70268 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h | |||
@@ -401,7 +401,7 @@ static inline bool __cancel_delayed_work(struct delayed_work *work) | |||
401 | } | 401 | } |
402 | 402 | ||
403 | /* Obsolete. use cancel_delayed_work_sync() */ | 403 | /* Obsolete. use cancel_delayed_work_sync() */ |
404 | static inline | 404 | static inline __deprecated |
405 | void cancel_rearming_delayed_workqueue(struct workqueue_struct *wq, | 405 | void cancel_rearming_delayed_workqueue(struct workqueue_struct *wq, |
406 | struct delayed_work *work) | 406 | struct delayed_work *work) |
407 | { | 407 | { |
@@ -409,7 +409,7 @@ void cancel_rearming_delayed_workqueue(struct workqueue_struct *wq, | |||
409 | } | 409 | } |
410 | 410 | ||
411 | /* Obsolete. use cancel_delayed_work_sync() */ | 411 | /* Obsolete. use cancel_delayed_work_sync() */ |
412 | static inline | 412 | static inline __deprecated |
413 | void cancel_rearming_delayed_work(struct delayed_work *work) | 413 | void cancel_rearming_delayed_work(struct delayed_work *work) |
414 | { | 414 | { |
415 | cancel_delayed_work_sync(work); | 415 | cancel_delayed_work_sync(work); |