commit | 7747cdb2f8302c2e1121f6d604b62a060fb04603 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Wed Feb 06 01:36:49 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Feb 06 10:41:03 2008 -0800 |
tree | c8d99c14aceea53f790e8769f0c60fc592b8de07 | |
parent | 7ec37dfd4d282ce132dcb048398800951f6d11ef [diff] |
fs/eventfd.c should #include <linux/syscalls.h> Every file should include the headers containing the prototypes for its global functions (in this case sys_eventfd()). 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>