1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

Include kmod.h from the LinuxKPI's module.h.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2017-06-21 18:15:47 +00:00
parent 33baed9452
commit 9b6197df69
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320193

View File

@ -37,6 +37,7 @@
#include <linux/list.h>
#include <linux/compiler.h>
#include <linux/kmod.h>
#include <linux/kobject.h>
#include <linux/sysfs.h>
#include <linux/moduleparam.h>