From: Adrian Bunk Every file should include the headers containing the prototypes for its global functions (in this case for sys_timerfd_*()). Signed-off-by: Adrian Bunk Cc: Davide Libenzi Signed-off-by: Andrew Morton --- fs/timerfd.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/timerfd.c~fs-timerfdc-should-include-linux-syscallsh fs/timerfd.c --- a/fs/timerfd.c~fs-timerfdc-should-include-linux-syscallsh +++ a/fs/timerfd.c @@ -20,6 +20,7 @@ #include #include #include +#include struct timerfd_ctx { struct hrtimer tmr; _