From eb4c793ca8c7fdc59b13f8335bf19418d6a3a4d6 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Fri, 16 Dec 2022 14:46:17 +0100 Subject: [PATCH] linux 5.15.y: prjc fixup following https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/kernel/sched/core.c?h=v5.15.83&id=f435c66d2336fff104e2c3cbfff60905733e7d89 Fixes https://github.com/Frogging-Family/linux-tkg/issues/667 --- linux-tkg-patches/5.15/0009-prjc_v5.15-r1.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-tkg-patches/5.15/0009-prjc_v5.15-r1.patch b/linux-tkg-patches/5.15/0009-prjc_v5.15-r1.patch index 302be78..d916e52 100644 --- a/linux-tkg-patches/5.15/0009-prjc_v5.15-r1.patch +++ b/linux-tkg-patches/5.15/0009-prjc_v5.15-r1.patch @@ -709,7 +709,7 @@ index 000000000000..8b0ddbdd24e4 +#include + +#include "../workqueue_internal.h" -+#include "../../fs/io-wq.h" ++#include "../../io_uring/io-wq.h" +#include "../smpboot.h" + +#include "pelt.h"