OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e49d033
)
parisc: Remove duplicate struct task_struct declaration
author
Wan Jiabing
<wanjiabing@vivo.com>
Wed, 31 Mar 2021 01:28:50 +0000
(09:28 +0800)
committer
Helge Deller
<deller@gmx.de>
Tue, 6 Apr 2021 09:46:26 +0000
(11:46 +0200)
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>
arch/parisc/include/asm/processor.h
patch
|
blob
|
history
diff --git
a/arch/parisc/include/asm/processor.h
b/arch/parisc/include/asm/processor.h
index
11ece0d
..
b5fbcd2
100644
(file)
--- 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. */