diff options
Diffstat (limited to 'include/linux/workqueue.h')
| -rw-r--r-- | include/linux/workqueue.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index 0197358f1e81..0e32bc71245e 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h | |||
| @@ -618,4 +618,10 @@ static inline int workqueue_sysfs_register(struct workqueue_struct *wq) | |||
| 618 | { return 0; } | 618 | { return 0; } |
| 619 | #endif /* CONFIG_SYSFS */ | 619 | #endif /* CONFIG_SYSFS */ |
| 620 | 620 | ||
| 621 | #ifdef CONFIG_WQ_WATCHDOG | ||
| 622 | void wq_watchdog_touch(int cpu); | ||
| 623 | #else /* CONFIG_WQ_WATCHDOG */ | ||
| 624 | static inline void wq_watchdog_touch(int cpu) { } | ||
| 625 | #endif /* CONFIG_WQ_WATCHDOG */ | ||
| 626 | |||
| 621 | #endif | 627 | #endif |
