Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

parisc: Remove duplicate struct task_struct declaration

struct task_struct is declared twice. One has been declared
at 154th line. Remove the duplicate.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Signed-off-by: Helge Deller <deller@gmx.de>

authored by

Wan Jiabing and committed by
Helge Deller
4033e76a e49d033b

-1
-1
arch/parisc/include/asm/processor.h
··· 272 272 regs->gr[23] = 0; \ 273 273 } while(0) 274 274 275 - struct task_struct; 276 275 struct mm_struct; 277 276 278 277 /* Free all resources held by a thread. */