diff options
-rw-r--r-- | arch/alpha/include/asm/processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/include/asm/processor.h b/arch/alpha/include/asm/processor.h index b4cf03690394..43a7559c448b 100644 --- a/arch/alpha/include/asm/processor.h +++ b/arch/alpha/include/asm/processor.h | |||
@@ -44,6 +44,7 @@ struct task_struct; | |||
44 | extern unsigned long thread_saved_pc(struct task_struct *); | 44 | extern unsigned long thread_saved_pc(struct task_struct *); |
45 | 45 | ||
46 | /* Do necessary setup to start up a newly executed thread. */ | 46 | /* Do necessary setup to start up a newly executed thread. */ |
47 | struct pt_regs; | ||
47 | extern void start_thread(struct pt_regs *, unsigned long, unsigned long); | 48 | extern void start_thread(struct pt_regs *, unsigned long, unsigned long); |
48 | 49 | ||
49 | /* Free all resources held by a thread. */ | 50 | /* Free all resources held by a thread. */ |