From: Wan Jiabing Date: Wed, 31 Mar 2021 01:28:50 +0000 (+0800) Subject: parisc: Remove duplicate struct task_struct declaration X-Git-Tag: v5.15~1427^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4033e76a7abd102eaa84d7adc232f53b9da8709a;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Helge Deller --- diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h index 11ece0d..b5fbcd2 100644 --- a/arch/parisc/include/asm/processor.h +++ b/arch/parisc/include/asm/processor.h @@ -272,7 +272,6 @@ on downward growing arches, it looks like this: regs->gr[23] = 0; \ } while(0) -struct task_struct; struct mm_struct; /* Free all resources held by a thread. */