MIPS: process: Add prototype for function arch_dup_task_struct
authorPujin Shi <shipujin.t@gmail.com>
Tue, 29 Sep 2020 09:30:46 +0000 (17:30 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 30 Sep 2020 19:52:42 +0000 (21:52 +0200)
commit99419c310ee0f3f9aceff8966b2eeffc03ba76a5
tree94f904c9da36d852381fb1186d8ecd45d4008456
parent925b68822397eedc3b82d8c36929cec9cee26ec1
MIPS: process: Add prototype for function arch_dup_task_struct

This commit adds a prototype to fix warning at W=1:

  arch/mips/kernel/process.c:95:5: error: no previous prototype for 'arch_dup_task_struct' [-Werror=missing-prototypes]

Signed-off-by: Pujin Shi <shipujin.t@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/include/asm/processor.h