[PATCH] fixing includes in alpha_ksyms.c
authorAl Viro <viro@ftp.linux.org.uk>
Thu, 12 Oct 2006 18:00:35 +0000 (19:00 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 12 Oct 2006 19:25:27 +0000 (12:25 -0700)
kernel_execve() fallout

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/alpha/kernel/alpha_ksyms.c

index 692809e..e9762a3 100644 (file)
@@ -12,7 +12,7 @@
 #include <asm/fpu.h>
 #include <asm/machvec.h>
 
-#include <asm/unistd.h>
+#include <linux/syscalls.h>
 
 /* these are C runtime functions with special calling conventions: */
 extern void __divl (void);