mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
[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: Dmitri Vorobiev <dmitri.vorobiev@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
bb09a954b6
commit
cd2675fba9
@ -226,7 +226,7 @@ void __init kgdb_config(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
void __init mips_nmi_setup(void)
|
||||
static void __init mips_nmi_setup(void)
|
||||
{
|
||||
void *base;
|
||||
extern char except_vec_nmi;
|
||||
|
Loading…
Reference in New Issue
Block a user