[MIPS] Ocelot: Give PMON_v1_setup a proper prototype.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
efab03d998
commit
448f283c11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue