diff options
Diffstat (limited to 'include/linux/kernel.h')
-rw-r--r-- | include/linux/kernel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 9e01f376840a..568042290c0b 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h | |||
@@ -172,8 +172,6 @@ extern int kernel_text_address(unsigned long addr); | |||
172 | struct pid; | 172 | struct pid; |
173 | extern struct pid *session_of_pgrp(struct pid *pgrp); | 173 | extern struct pid *session_of_pgrp(struct pid *pgrp); |
174 | 174 | ||
175 | extern void dump_thread(struct pt_regs *regs, struct user *dump); | ||
176 | |||
177 | #ifdef CONFIG_PRINTK | 175 | #ifdef CONFIG_PRINTK |
178 | asmlinkage int vprintk(const char *fmt, va_list args) | 176 | asmlinkage int vprintk(const char *fmt, va_list args) |
179 | __attribute__ ((format (printf, 1, 0))); | 177 | __attribute__ ((format (printf, 1, 0))); |