diff options
author | Andrew Morton <akpm@osdl.org> | 2005-07-27 00:41:38 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-27 00:48:54 -0400 |
commit | 9e566d8bd61f939b7f5d7d969f5b178571471cf9 (patch) | |
tree | 13614c2ed7ec156d8518fd5bff4e1c252fb05792 /arch/x86_64/ia32 | |
parent | 479d0f41e50646a618c43f69af7af31a8f748433 (diff) |
[PATCH] x86_64 fsnotify build fix
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64/ia32')
-rw-r--r-- | arch/x86_64/ia32/sys_ia32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/ia32/sys_ia32.c b/arch/x86_64/ia32/sys_ia32.c index 70caf89d4c21..be996d1b691e 100644 --- a/arch/x86_64/ia32/sys_ia32.c +++ b/arch/x86_64/ia32/sys_ia32.c | |||
@@ -61,7 +61,7 @@ | |||
61 | #include <linux/ptrace.h> | 61 | #include <linux/ptrace.h> |
62 | #include <linux/highuid.h> | 62 | #include <linux/highuid.h> |
63 | #include <linux/vmalloc.h> | 63 | #include <linux/vmalloc.h> |
64 | #include <linux/fsnotify.> | 64 | #include <linux/fsnotify.h> |
65 | #include <asm/mman.h> | 65 | #include <asm/mman.h> |
66 | #include <asm/types.h> | 66 | #include <asm/types.h> |
67 | #include <asm/uaccess.h> | 67 | #include <asm/uaccess.h> |