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
This commit is contained in:
Emmanuel Vadot 2022-08-09 15:48:13 +02:00
parent d4eeb02986
commit 4b2cb13e91

View File

@ -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>