aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Kondratyev <wulf@FreeBSD.org>2022-05-17 12:10:20 +0000
committerVladimir Kondratyev <wulf@FreeBSD.org>2022-05-17 12:10:20 +0000
commit1ebd7aeecace66b0a21029aedaa4776064f5b6b5 (patch)
tree06499b6d65321d00deab903babca5a62f953605d
parent6bcd13222215da58f17a54db1592afc36df47f83 (diff)
downloadsrc-1ebd7aeecace66b0a21029aedaa4776064f5b6b5.tar.gz
src-1ebd7aeecace66b0a21029aedaa4776064f5b6b5.zip
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
-rw-r--r--sys/compat/linuxkpi/common/include/linux/sched.h3
1 files changed, 3 insertions, 0 deletions
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;