Commit 448f283c authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Ocelot: Give PMON_v1_setup a proper prototype.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent efab03d9
......@@ -79,7 +79,7 @@ static char reset_reason;
static void __init setup_l3cache(unsigned long size);
/* setup code for a handoff from a version 1 PMON 2000 PROM */
void PMON_v1_setup()
static void PMON_v1_setup(void)
{
/* A wired TLB entry for the GT64120A and the serial port. The
GT64120A is going to be hit on every IRQ anyway - there's
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment