summaryrefslogtreecommitdiffstats
path: root/arch/m68k/include
diff options
context:
space:
mode:
authorAl Viro2012-09-16 18:05:09 +0200
committerAl Viro2012-10-01 06:44:44 +0200
commit533e6903bea0440816a0f517b0845ccea4cc7917 (patch)
treebc01397ec305de38476ab9dab8b33c1b2d492379 /arch/m68k/include
parentm68k: always set stack frame format for ColdFire on thread start (diff)
downloadkernel-qcow2-linux-533e6903bea0440816a0f517b0845ccea4cc7917.tar.gz
kernel-qcow2-linux-533e6903bea0440816a0f517b0845ccea4cc7917.tar.xz
kernel-qcow2-linux-533e6903bea0440816a0f517b0845ccea4cc7917.zip
m68k: split ret_from_fork(), simplify kernel_thread()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/m68k/include')
-rw-r--r--arch/m68k/include/asm/processor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/include/asm/processor.h b/arch/m68k/include/asm/processor.h
index 9b4c82c1ef47..ae700f49e51d 100644
--- a/arch/m68k/include/asm/processor.h
+++ b/arch/m68k/include/asm/processor.h
@@ -154,8 +154,6 @@ static inline void release_thread(struct task_struct *dead_task)
{
}
-extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags);
-
/*
* Free current thread data structures etc..
*/