From: Adrian Bunk Every file should include the headers containing the prototypes for its global functions (in this case sys_eventfd()). Signed-off-by: Adrian Bunk Cc: Davide Libenzi Signed-off-by: Andrew Morton --- fs/eventfd.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/eventfd.c~fs-eventfdc-should-include-linux-syscallsh fs/eventfd.c --- a/fs/eventfd.c~fs-eventfdc-should-include-linux-syscallsh +++ a/fs/eventfd.c @@ -15,6 +15,7 @@ #include #include #include +#include struct eventfd_ctx { wait_queue_head_t wqh; _