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/tile | |
parent | c62d773a3751610010feb574d859f58de4a51eba (diff) | |
download | linux-910cdc553a324d3df56b73c84cdef20836817d52.tar.bz2 |
kill stray kernel_thread() garbage
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/tile')
-rw-r--r-- | arch/tile/include/asm/processor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/tile/include/asm/processor.h b/arch/tile/include/asm/processor.h index 879073e76586..2b70dfb1442e 100644 --- a/arch/tile/include/asm/processor.h +++ b/arch/tile/include/asm/processor.h @@ -220,8 +220,6 @@ static inline void release_thread(struct task_struct *dead_task) /* Nothing for now */ } -extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags); - extern int do_work_pending(struct pt_regs *regs, u32 flags); |