aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/workqueue.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h
index b8aee9453f22..a0cc2e95ed1b 100644
--- a/include/linux/workqueue.h
+++ b/include/linux/workqueue.h
@@ -273,13 +273,6 @@ static inline unsigned int work_static(struct work_struct *work) { return 0; }
273#define delayed_work_pending(w) \ 273#define delayed_work_pending(w) \
274 work_pending(&(w)->work) 274 work_pending(&(w)->work)
275 275
276/**
277 * work_clear_pending - for internal use only, mark a work item as not pending
278 * @work: The work item in question
279 */
280#define work_clear_pending(work) \
281 clear_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))
282
283/* 276/*
284 * Workqueue flags and constants. For details, please refer to 277 * Workqueue flags and constants. For details, please refer to
285 * Documentation/workqueue.txt. 278 * Documentation/workqueue.txt.