aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/processor.h
diff options
context:
space:
mode:
authorWan Jiabing <wanjiabing@vivo.com>2021-03-31 09:28:50 +0800
committerHelge Deller <deller@gmx.de>2021-04-06 11:46:26 +0200
commit4033e76a7abd102eaa84d7adc232f53b9da8709a (patch)
treed39d345ccce4d79e24fc0a37d5a9fdabb0a48e3b /arch/parisc/include/asm/processor.h
parentLinux 5.12-rc6 (diff)
downloadlinux-dev-4033e76a7abd102eaa84d7adc232f53b9da8709a.tar.xz
linux-dev-4033e76a7abd102eaa84d7adc232f53b9da8709a.zip
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>
Diffstat (limited to 'arch/parisc/include/asm/processor.h')
-rw-r--r--arch/parisc/include/asm/processor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h
index 11ece0d07374..b5fbcd2c1780 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. */