diff options
-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); |