linux515-tkg: Temp fix for prjc compilation on 5.15.3

This commit is contained in:
Tk-Glitch
2021-11-18 21:17:48 +01:00
parent bf70332cbd
commit eb6b5149c5
2 changed files with 14 additions and 2 deletions

View File

@@ -9785,3 +9785,15 @@ index adf7ef194005..11c8f36e281b 100644
};
struct wakeup_test_data *x = data;
diff --git a/kernel/sched/alt_core.c b/kernel/sched/alt_core.c
index f56abe47c5d6..51800459ce91 100644
--- a/kernel/sched/alt_core.c
+++ b/kernel/sched/alt_core.c
@@ -2996,7 +2996,7 @@ int sched_fork(unsigned long clone_flags, struct task_struct *p)
return 0;
}
-void sched_post_fork(struct task_struct *p) {}
+void sched_post_fork(struct task_struct *p, struct kernel_clone_args *kargs) {}
#ifdef CONFIG_SCHEDSTATS