rename patch (v2.6.22.24-op1)
[linux-2.6.22.y-op-patches.git] / queue-2.6.22.y / 03-vfs-utimes_c-should-include-linux-syscalls_h.patch
blobd7db71f37b37284ba705f168c77d59cb80627fa5
1 From 12c2ab5e8fdfde67f3f6778a366cbdef06de410d Mon Sep 17 00:00:00 2001
2 From: Adrian Bunk <bunk@kernel.org>
3 Date: Wed, 6 Feb 2008 01:36:47 -0800
4 Subject: [PATCH] fs/utimes.c should #include <linux/syscalls.h>
6 Every file should include the headers containing the prototypes for its global
7 functions.
9 Signed-off-by: Adrian Bunk <bunk@kernel.org>
10 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
11 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13 diff --git a/fs/utimes.c b/fs/utimes.c
14 index b9912ec..e5588cd 100644
15 --- a/fs/utimes.c
16 +++ b/fs/utimes.c
17 @@ -6,6 +6,7 @@
18 #include <linux/sched.h>
19 #include <linux/stat.h>
20 #include <linux/utime.h>
21 +#include <linux/syscalls.h>
22 #include <asm/uaccess.h>
23 #include <asm/unistd.h>