Date: Tue, 17 May 2022 12:11:35 GMT From: Vladimir Kondratyev <wulf@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1ebd7aeecace - main - LinuxKPI: Add some pollution required by drm-kmod to linux/sched.h Message-ID: <202205171211.24HCBZWg093150@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=1ebd7aeecace66b0a21029aedaa4776064f5b6b5 commit 1ebd7aeecace66b0a21029aedaa4776064f5b6b5 Author: Vladimir Kondratyev <wulf@FreeBSD.org> AuthorDate: 2022-05-17 12:10:20 +0000 Commit: Vladimir Kondratyev <wulf@FreeBSD.org> CommitDate: 2022-05-17 12:10:20 +0000 LinuxKPI: Add some pollution required by drm-kmod to linux/sched.h MFC after: 1 week Reviewed by: hselasky, manu Differential Revision: https://reviews.freebsd.org/D35050 --- sys/compat/linuxkpi/common/include/linux/sched.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/compat/linuxkpi/common/include/linux/sched.h b/sys/compat/linuxkpi/common/include/linux/sched.h index 1409df0a4b26..e57aec4d962e 100644 --- a/sys/compat/linuxkpi/common/include/linux/sched.h +++ b/sys/compat/linuxkpi/common/include/linux/sched.h @@ -41,6 +41,7 @@ #include <linux/bitmap.h> #include <linux/compat.h> #include <linux/completion.h> +#include <linux/hrtimer.h> #include <linux/mm_types.h> #include <linux/pid.h> #include <linux/slab.h> @@ -61,6 +62,8 @@ #define TASK_COMM_LEN (MAXCOMLEN + 1) +struct seq_file; + struct work_struct; struct task_struct { struct thread *task_thread;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205171211.24HCBZWg093150>