VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Ingo Molnar <mingo@kernel.org> 2017-02-02 17:54:15 +0100 committer: Ingo Molnar <mingo@kernel.org> 2017-03-02 08:42:31 +0100 commit: 5b825c3af1d8a0af4deb4a5eb349d0d0050c62e5 parent: 7fce777cd4eacc0bdcb33017e5a4c495d28afed1
Commit Summary:
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/file_table.c b/fs/file_table.c
index 6d982b57de92..954d510b765a 100644
--- a/fs/file_table.c
+++ b/fs/file_table.c
@@ -13,6 +13,7 @@
 #include <linux/module.h>
 #include <linux/fs.h>
 #include <linux/security.h>
+#include <linux/cred.h>
 #include <linux/eventpoll.h>
 #include <linux/rcupdate.h>
 #include <linux/mount.h>