Skip to content
Snippets Groups Projects
Commit 4033e76a authored by Wan Jiabing's avatar Wan Jiabing Committed by Helge Deller
Browse files

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: default avatarWan Jiabing <wanjiabing@vivo.com>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent e49d033b
No related branches found
No related tags found
No related merge requests found
......@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment