summaryrefslogtreecommitdiffstats
path: root/fs/timerfd.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-04-29 00:58:59 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-04-29 08:06:01 -0700
commit45cc2b96f20fa27088a650587e5d9dc5fa5e32c0 (patch)
treea298360f7fd34c6fbb2d9156f0929cc59c36934e /fs/timerfd.c
parentf17a32e97eaa924754bf4463aee588a3890c7ae0 (diff)
downloadop-kernel-dev-45cc2b96f20fa27088a650587e5d9dc5fa5e32c0.zip
op-kernel-dev-45cc2b96f20fa27088a650587e5d9dc5fa5e32c0.tar.gz
fs/timerfd.c should #include <linux/syscalls.h>
Every file should include the headers containing the prototypes for its global functions (in this case for sys_timerfd_*()). Signed-off-by: Adrian Bunk <bunk@kernel.org> Cc: Davide Libenzi <davidel@xmailserver.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/timerfd.c')
-rw-r--r--fs/timerfd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/timerfd.c b/fs/timerfd.c
index 10c80b5..5400524 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;
OpenPOWER on IntegriCloud