projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f17a32e
)
fs/timerfd.c should #include <linux/syscalls.h>
author
Adrian Bunk
<
[email protected]
>
Tue, 29 Apr 2008 07:58:59 +0000
(
00:58
-0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 29 Apr 2008 15:06:01 +0000
(08:06 -0700)
Every file should include the headers containing the prototypes for its global
functions (in this case for sys_timerfd_*()).
Signed-off-by: Adrian Bunk <
[email protected]
>
Cc: Davide Libenzi <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/timerfd.c
patch
|
blob
|
history
diff --git
a/fs/timerfd.c
b/fs/timerfd.c
index 10c80b59ec4bb7e542b8864f369ec10da7dc34f5..5400524e9cb1d2b2e40bf810a1282277e54eec98 100644
(file)
--- 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;