commit | 45cc2b96f20fa27088a650587e5d9dc5fa5e32c0 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Tue Apr 29 00:58:59 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 29 08:06:01 2008 -0700 |
tree | a298360f7fd34c6fbb2d9156f0929cc59c36934e | |
parent | f17a32e97eaa924754bf4463aee588a3890c7ae0 [diff] |
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>