[MIPS] make mips_ejtag_setup() static
This change makes the needlessly global function mips_ejtag_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
cd2675fba9
commit
33d69d2a78
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ static void __init mips_nmi_setup(void)
|
||||||
flush_icache_range((unsigned long)base, (unsigned long)base + 0x80);
|
flush_icache_range((unsigned long)base, (unsigned long)base + 0x80);
|
||||||
}
|
}
|
||||||
|
|
||||||
void __init mips_ejtag_setup(void)
|
static void __init mips_ejtag_setup(void)
|
||||||
{
|
{
|
||||||
void *base;
|
void *base;
|
||||||
extern char except_vec_ejtag_debug;
|
extern char except_vec_ejtag_debug;
|
||||||
|
|
Loading…
Reference in a new issue