]> git.baikalelectronics.ru Git - kernel.git/commit
fs/timerfd.c should #include <linux/syscalls.h>
authorAdrian Bunk <bunk@kernel.org>
Tue, 29 Apr 2008 07:58:59 +0000 (00:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Apr 2008 15:06:01 +0000 (08:06 -0700)
commit43a0e83d145e00f93bf28e8dc8c650425e3282b9
treea298360f7fd34c6fbb2d9156f0929cc59c36934e
parent9059ad38e6d798a938b4f8c625015cf8ac4e6d97
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>
fs/timerfd.c