From: Bert Karwatzki Date: Tue, 11 Nov 2025 17:01:43 +0000 (+0100) Subject: cgroup: include missing header for struct irq_work X-Git-Tag: v6.19-rc1~178^2~10 X-Git-Url: https://gentwo.org/gitweb/?a=commitdiff_plain;h=01a743550b46eba1dacbd593ccc094781b882d76;p=linux%2F.git cgroup: include missing header for struct irq_work To compile cgroup.c with PREEMPT_RT=y include header which declares struct irq_work. Fixes: 9311e6c29b34 ("cgroup: Fix sleeping from invalid context warning on PREEMPT_RT") Signed-off-by: Bert Karwatzki Signed-off-by: Tejun Heo --- diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c index 48019a661c08..f6cc504dfe1c 100644 --- a/kernel/cgroup/cgroup.c +++ b/kernel/cgroup/cgroup.c @@ -60,6 +60,7 @@ #include #include #include +#include #include #define CREATE_TRACE_POINTS