commit | 0d7588ab9ef98bad3b52ad0b91291e8258853cc1 | [log] [tgz] |
---|---|---|
author | Nanyong Sun <sunnanyong@huawei.com> | Fri Mar 05 19:33:32 2021 +0800 |
committer | Palmer Dabbelt <palmerdabbelt@google.com> | Tue Mar 09 20:46:07 2021 -0800 |
tree | 6122d44e490f1f1bc3801617fd1ce12554bff158 | |
parent | 288f6775a08913e9cb5f5ae0a43c105b725be0c8 [diff] |
riscv: process: Fix no prototype for arch_dup_task_struct Fix the following W=1 compilation warning: arch/riscv/kernel/process.c:114:5: warning: no previous prototype for ‘arch_dup_task_struct’ [-Wmissing-prototypes] 114 | int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src) | ^~~~~~~~~~~~~~~~~~~~ Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Nanyong Sun <sunnanyong@huawei.com> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>