From: Mathias Krause Date: Wed, 8 Jun 2011 12:30:05 +0000 (+0200) Subject: microblaze: Remove duplicated prototype of start_thread() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=504a84c4806af58ae842b8716f603baad2757dd9;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git microblaze: Remove duplicated prototype of start_thread() The prototype for start_thread() is already present in the MMU/NOMMU independent part of the file. Remove the duplicate. Signed-off-by: Mathias Krause Signed-off-by: Michal Simek --- diff --git a/arch/microblaze/include/asm/processor.h b/arch/microblaze/include/asm/processor.h index aed2a6be8e27..7283bfb2f7e4 100644 --- a/arch/microblaze/include/asm/processor.h +++ b/arch/microblaze/include/asm/processor.h @@ -125,9 +125,6 @@ struct thread_struct { .pgdir = swapper_pg_dir, \ } -/* Do necessary setup to start up a newly executed thread. */ -void start_thread(struct pt_regs *regs, - unsigned long pc, unsigned long usp); /* Free all resources held by a thread. */ extern inline void release_thread(struct task_struct *dead_task)