VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   57 Tags
author: Adrian Bunk <bunk@kernel.org> 2008-04-29 00:58:59 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2008-04-29 08:06:01 -0700 commit: 45cc2b96f20fa27088a650587e5d9dc5fa5e32c0 parent: f17a32e97eaa924754bf4463aee588a3890c7ae0
Commit Summary:
fs/timerfd.c should #include <linux/syscalls.h>
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/timerfd.c b/fs/timerfd.c
index 10c80b59ec4b..5400524e9cb1 100644
--- a/fs/timerfd.c
+++ b/fs/timerfd.c
@@ -20,6 +20,7 @@
 #include <linux/hrtimer.h>
 #include <linux/anon_inodes.h>
 #include <linux/timerfd.h>
+#include <linux/syscalls.h>
 
 struct timerfd_ctx {
 	struct hrtimer tmr;