diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-20 21:42:37 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-28 21:53:36 -0500 |
commit | 910cdc553a324d3df56b73c84cdef20836817d52 (patch) | |
tree | 0043e6388fb7647c79585e26374e924006e5130b /arch/parisc/include | |
parent | c62d773a3751610010feb574d859f58de4a51eba (diff) |
kill stray kernel_thread() garbage
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/parisc/include')
-rw-r--r-- | arch/parisc/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h index 0e8b7b8ce8a2..09b54a57a48d 100644 --- a/arch/parisc/include/asm/processor.h +++ b/arch/parisc/include/asm/processor.h | |||
@@ -326,7 +326,6 @@ struct mm_struct; | |||
326 | 326 | ||
327 | /* Free all resources held by a thread. */ | 327 | /* Free all resources held by a thread. */ |
328 | extern void release_thread(struct task_struct *); | 328 | extern void release_thread(struct task_struct *); |
329 | extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); | ||
330 | 329 | ||
331 | extern void map_hpux_gateway_page(struct task_struct *tsk, struct mm_struct *mm); | 330 | extern void map_hpux_gateway_page(struct task_struct *tsk, struct mm_struct *mm); |
332 | 331 | ||