aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/kernel.h
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-08-09 13:48:13 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2022-08-18 07:46:57 +0000
commit4b2cb13e916218f815ee5ecc8338635c6a4f261b (patch)
tree61fff84f301f3b55c79bc8a7ddc30b32d1a999fe /sys/compat/linuxkpi/common/include/linux/kernel.h
parentd4eeb02986980bf33dd56c41ceb9fc5f180c0d47 (diff)
downloadsrc-4b2cb13e916218f815ee5ecc8338635c6a4f261b.tar.gz
src-4b2cb13e916218f815ee5ecc8338635c6a4f261b.zip
linuxkpi: Add few more include in linux/kernel.h
Those are needed and also included in linux (via polution). Reviewed by: bz Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D36111
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/kernel.h')
-rw-r--r--sys/compat/linuxkpi/common/include/linux/kernel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/kernel.h b/sys/compat/linuxkpi/common/include/linux/kernel.h
index 4987c582f0f3..2450c18a5690 100644
--- a/sys/compat/linuxkpi/common/include/linux/kernel.h
+++ b/sys/compat/linuxkpi/common/include/linux/kernel.h
@@ -49,10 +49,13 @@
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/types.h>
+#include <linux/typecheck.h>
#include <linux/jiffies.h>
#include <linux/log2.h>
#include <asm/byteorder.h>
+#include <asm/cpufeature.h>
+#include <asm/processor.h>
#include <asm/uaccess.h>
#include <machine/stdarg.h>