diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-10-12 14:00:35 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-12 15:25:27 -0400 |
commit | 78b93f2db11df75ada5d04962ba631940b0a1398 (patch) | |
tree | 7092bf72e5d66f4e366e55daf21bc32c5f0ebb03 /arch/alpha | |
parent | 9eb200748878751310cd9848c5dd4d467960beec (diff) |
[PATCH] fixing includes in alpha_ksyms.c
kernel_execve() fallout
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/kernel/alpha_ksyms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/kernel/alpha_ksyms.c b/arch/alpha/kernel/alpha_ksyms.c index 692809e4aece..e9762a33b043 100644 --- a/arch/alpha/kernel/alpha_ksyms.c +++ b/arch/alpha/kernel/alpha_ksyms.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <asm/fpu.h> | 12 | #include <asm/fpu.h> |
13 | #include <asm/machvec.h> | 13 | #include <asm/machvec.h> |
14 | 14 | ||
15 | #include <asm/unistd.h> | 15 | #include <linux/syscalls.h> |
16 | 16 | ||
17 | /* these are C runtime functions with special calling conventions: */ | 17 | /* these are C runtime functions with special calling conventions: */ |
18 | extern void __divl (void); | 18 | extern void __divl (void); |