Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git...
[platform/kernel/linux-starfive.git] / include / linux / sched.h
index 53ddc02..93ecd93 100644 (file)
@@ -890,6 +890,10 @@ struct task_struct {
        /* Empty if CONFIG_POSIX_CPUTIMERS=n */
        struct posix_cputimers          posix_cputimers;
 
+#ifdef CONFIG_POSIX_CPU_TIMERS_TASK_WORK
+       struct posix_cputimers_work     posix_cputimers_work;
+#endif
+
        /* Process credentials: */
 
        /* Tracer's credentials at attach: */