diff options
Diffstat (limited to 'include/asm-s390/processor.h')
-rw-r--r-- | include/asm-s390/processor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-s390/processor.h b/include/asm-s390/processor.h index 4f744609cd11..dfec2d011c0d 100644 --- a/include/asm-s390/processor.h +++ b/include/asm-s390/processor.h | |||
@@ -161,6 +161,7 @@ struct stack_frame { | |||
161 | /* Forward declaration, a strange C thing */ | 161 | /* Forward declaration, a strange C thing */ |
162 | struct task_struct; | 162 | struct task_struct; |
163 | struct mm_struct; | 163 | struct mm_struct; |
164 | struct seq_file; | ||
164 | 165 | ||
165 | /* Free all resources held by a thread. */ | 166 | /* Free all resources held by a thread. */ |
166 | extern void release_thread(struct task_struct *); | 167 | extern void release_thread(struct task_struct *); |
@@ -177,7 +178,7 @@ extern unsigned long thread_saved_pc(struct task_struct *t); | |||
177 | /* | 178 | /* |
178 | * Print register of task into buffer. Used in fs/proc/array.c. | 179 | * Print register of task into buffer. Used in fs/proc/array.c. |
179 | */ | 180 | */ |
180 | extern char *task_show_regs(struct task_struct *task, char *buffer); | 181 | extern void task_show_regs(struct seq_file *m, struct task_struct *task); |
181 | 182 | ||
182 | extern void show_registers(struct pt_regs *regs); | 183 | extern void show_registers(struct pt_regs *regs); |
183 | extern void show_code(struct pt_regs *regs); | 184 | extern void show_code(struct pt_regs *regs); |