]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - kernel/kmod.c
Merge tag 'at91-ab-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...
[mirror_ubuntu-artful-kernel.git] / kernel / kmod.c
index 0c407f905ca4efd882e99f7583f9134e2bc78a59..563f97e2be3618574f523e2e96442c80ae7bc882 100644 (file)
@@ -20,6 +20,8 @@
 */
 #include <linux/module.h>
 #include <linux/sched.h>
+#include <linux/sched/task.h>
+#include <linux/binfmts.h>
 #include <linux/syscalls.h>
 #include <linux/unistd.h>
 #include <linux/kmod.h>