Skip to content

Commit

Permalink
[PATCH] fixing includes in alpha_ksyms.c
Browse files Browse the repository at this point in the history
kernel_execve() fallout

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 12, 2006
1 parent 9eb2007 commit 78b93f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/alpha/kernel/alpha_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 78b93f2

Please sign in to comment.