Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd2675fb authored by Dmitri Vorobiev's avatar Dmitri Vorobiev Committed by Ralf Baechle
Browse files

[MIPS] make mips_nmi_setup() static



This change makes the needlessly global function mips_nmi_setup() static.

Successfully build-tested using default configs for Malta, Atlas
and SEAD boards.

Runtime test successfully performed by booting the Malta 4Kc board
up to the shell prompt.

Signed-off-by: default avatarDmitri Vorobiev <dmitri.vorobiev@gmail.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent bb09a954
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -226,7 +226,7 @@ void __init kgdb_config(void)
}
}
#endif
#endif


void __init mips_nmi_setup(void)
static void __init mips_nmi_setup(void)
{
{
	void *base;
	void *base;
	extern char except_vec_nmi;
	extern char except_vec_nmi;